menu
built_value package
documentation
json_object.dart
MapJsonObject
MapJsonObject constructor
MapJsonObject constructor
dark_mode
light_mode
MapJsonObject
constructor
MapJsonObject
(
Map
<
String
,
Object
?
>
value
)
Implementation
MapJsonObject(
Map
<
String
,
Object?
> value) : value = UnmodifiableMapView(value),
super
._();
built_value package
documentation
json_object
MapJsonObject
MapJsonObject constructor
MapJsonObject class
Constructors
MapJsonObject
Properties
asBool
asList
asMap
asNum
asString
hashCode
isBool
isList
isMap
isNum
isString
runtimeType
value
Methods
noSuchMethod
toString
Operators
operator ==