Column class

Holds a column definition as returned by 'show columns from

'

Constructors

Column.fromRow(Row row)

Properties

allowNull bool
getter/setter pair
autoIncrement bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key Key
getter/setter pair
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
getter/setter pair
type Type
getter/setter pair
typeDetails TypeDetails
getter/setter pair

Methods

dartType() String
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