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