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