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