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