Entity2<TModel> class abstract

Implemented types

Constructors

Entity2()

Properties

columns Columns
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
relations Relations
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
table String
getter/setter pair

Methods

init(String language) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toModel(Map<String, dynamic> row) → TModel
override
toRow(TModel model) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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