flutter_security
json_object
JsonObject
JsonObject constructor
JsonObject
flutter_security
json_object
JsonObject
JsonObject constructor
JsonObject class
Constructors
JsonObject
fromJson
Properties
hash
hashCode
path
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==
JsonObject
constructor
Null safety
JsonObject
(
{
required
String
path
,
required
String
hash
}
)
Implementation
JsonObject({required this.path, required this.hash});