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