Entity class

Inheritance

Constructors

Entity(ClassElement classElement, String name, List<Field> fields, PrimaryKey primaryKey, List<ForeignKey> foreignKeys, List<Index> indices, bool withoutRowid, String constructor, String valueMapping, Fts? fts)

Properties

classElement → ClassElement
finalinherited
constructor String
finalinherited
fields List<Field>
finalinherited
foreignKeys List<ForeignKey>
final
fts Fts?
final
hashCode int
The hash code for this object.
no setteroverride
indices List<Index>
final
name String
finalinherited
primaryKey PrimaryKey
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueMapping String
final
withoutRowid bool
final

Methods

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

Operators

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