flutter_json_widgets
key
Key
Key.fromJson factory constructor
Key.fromJson
Key.fromJson
constructor
Null safety
Key.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory Key.fromJson(Map<String, Object?> json) => _$KeyFromJson(json);
flutter_json_widgets
key
Key
Key.fromJson factory constructor
Key class
Constructors
fromJson
unique
value
Properties
hashCode
runtimeType
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==