DeclarationHolder class

Constructors

DeclarationHolder()
factory

Properties

declarations Declarations
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
queryTables Map<String, TableDeclaration>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tables Map<Type, TableDeclaration>
getter/setter pair

Methods

byTable(String className) TableDeclaration?
compareTo(Declarations other) String
compareWithPath(String path) String
fromPersists(String persists) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ofTable<T>() TableDeclaration?
saveToPath(String path) → void
toString() String
A string representation of this object.
inherited

Operators

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