JsonConvert<JSON, OBJ> class

Constructors

JsonConvert({required Convert<OBJ, JSON> toJson, required Convert<JSON, OBJ> toObj})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isCanToJson(Object from) bool
isCanToObj(Object from, TypeHook toType) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson(OBJ from) → dynamic
toObj(JSON from) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited