SBDColumn<T1> class

Constructors

SBDColumn({required String name, SBDColumnDataType type = SBDColumnDataType.TEXT, bool isPrimaryKey = false, bool isUnique = false, bool isNotNull = false, T1? defaultValue, bool isAutoIncrement = false, List<String>? foreignKey})

Properties

defaultValue → T1?
final
foreignKey List<String>?
final
getType String
no setter
hashCode int
The hash code for this object.
no setterinherited
isAutoIncrement bool
final
isNotNull bool
final
isPrimaryKey bool
final
isUnique bool
final
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type SBDColumnDataType
final
types List<String>
final

Methods

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

Operators

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