TableSchema class

Constructors

TableSchema(String name, {Map<String, ColumnSchema> columns = const {}, List<TableConstraint> constraints = const [], List<TableIndex> indexes = const []})
const

Properties

columns Map<String, ColumnSchema>
final
constraints List<TableConstraint>
final
hashCode int
The hash code for this object.
no setterinherited
indexes List<TableIndex>
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copy() TableSchema
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