flutter_security
json_object
JsonObject
JsonObject.fromJson factory constructor
JsonObject.fromJson
flutter_security
json_object
JsonObject
JsonObject.fromJson factory constructor
JsonObject class
Constructors
JsonObject
fromJson
Properties
hash
hashCode
path
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==
JsonObject.fromJson
constructor
Null safety
JsonObject.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory JsonObject.fromJson(Map<String, dynamic> json) => _$JsonObjectFromJson(json);