Model class abstract

Implementers

Constructors

Model()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
modelIdentifier ModelIdentifier<Model>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getId() String
getInstanceType() ModelType<Model>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toMap() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

defineSchema({required void define(ModelSchemaDefinition)}) ModelSchema