Entity class

根据nameInDb和databaseKey组合sql语句操作;

Constructors

Entity.new({String nameInDb = "", String databaseKey = DatabaseKeys.privacy})
const

Properties

databaseKey String
对应数据库标识(目前针对android,iOS数据只保存在沙盒中.)
final
hashCode int
The hash code for this object.
no setterinherited
nameInDb String
在数据库中的表名
final
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
toString() String
A string representation of this object.
inherited

Operators

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