MoorSchemaEntity class abstract

Some schema entity found.

Most commonly a table, but it can also be a trigger.

Implemented types
Implementers
Available extensions

Constructors

MoorSchemaEntity.new()

Properties

dbGetterName String?
The getter in a generated database accessor referring to this model.
no setter
declaration Declaration?
Gets the declaration of this element, if set.
no setterinherited
displayName String
A human readable name of this entity, like the table name.
no setter
hashCode int
The hash code for this object.
no setterinherited
isDeclaredInDart bool

Available on HasDeclaration, provided by the DeclarationUtils extension

no setter
isDeclaredInDriftFile bool

Available on HasDeclaration, provided by the DeclarationUtils extension

no setter
references Iterable<MoorSchemaEntity>
All entities that have to be created before this entity can be created.
no setter
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