ModelMeta class Models

Metadata for the generated classes in order to use serialization for these classes.

Constructors

ModelMeta({ClassMeta? insert, ClassMeta? update, ClassMeta? view, Map<Symbol, ClassMeta>? views})
const
ModelMeta.all(ClassMeta meta)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
insert ClassMeta?
Metadata for the insert request class.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
update ClassMeta?
Metadata for the update request class.
final
view ClassMeta?
Metadata for all view classes.
final
views Map<Symbol, ClassMeta>?
Metadata for specific view classes.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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