Column class

Column annotation for customizing field-to-column mapping

Constructors

Column({String? name, bool primaryKey = false, bool nullable = true, bool unique = false, String? defaultValue, int? length, ColumnType columnType = ColumnType.text})
const

Properties

columnType ColumnType
final
defaultValue String?
final
hashCode int
The hash code for this object.
no setterinherited
length int?
final
name String?
final
nullable bool
final
primaryKey bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unique bool
final

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