Column class

Constructors

Column.new({required TypeAdapter type, required String name, String? defValue, bool isnull = true, bool unique = false})

Properties

defValue String?
getter/setter pair
forNamed String
no setter
hashCode int
The hash code for this object.
no setterinherited
isnull bool
getter/setter pair
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toMap String
no setter
type TypeAdapter
getter/setter pair
unique bool
getter/setter pair

Methods

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

Operators

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