ModelIdentifier<T extends Model> class
abstract
Model identifier presentation
Constructors
- ModelIdentifier()
-
const
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serializeAsList(
) → List< Map< String, dynamic> > - Serialize a model identifier as a list of key-value pairs. The order of key-value pairs presents primary key and sort keys.
-
serializeAsMap(
) → Map< String, dynamic> - Serialize a model identifier as a map.
-
serializeAsString(
) → String - Serialize a model identifier into a single string in format:
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited