JsonModel class abstract
A class that represents a JSON object. It can be converted to a map. It is used to represent data models that are serialized to JSON. This also makes it easier to compare objects.
It is convention to also provide a fromMap(JsonMap map)
factory method.
- Implementers
Constructors
- JsonModel()
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override