M7Table class abstract

Constructors

M7Table.create()
M7Table.fromMap(Map map)
to help M7Dao to return data from database

Properties

hashCode int
The hash code for this object.
no setteroverride
primaryKey → dynamic
primaryKey used with Dao and must represent the actual primary key of the table
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

booleanToInt(bool i) int
copyWith() M7Table?
fast copying of existing instances
dateToInt(DateTime dateTime) int
intToBoolean(int i) bool
intToDate(int i) DateTime
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toMap used by M7Dao when saving data to database
toString() String
A string representation of this object.
inherited

Operators

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