DataModel class abstract
- Implemented types
- Implementers
Constructors
Properties
Methods
-
cast<
TCast extends DataModel> (Type type) → TCast -
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
-
operator [](
String fieldName) → dynamic -
operator []=(
String fieldName, dynamic value) → void
Static Methods
Constants
- errorKey → const String
- informationKey → const String
- warningKey → const String