DataModel class abstract
- Implemented types
Constructors
Properties
Methods
-
fromJSON(
dynamic json) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
Constants
- errorKey → const String
- informationKey → const String
- warningKey → const String