ColumnInfo class

A class represent column information

Constructors

ColumnInfo(String name, String dataType, String collation, bool nullable, String? defaultValue, bool primaryKey, bool autoincrement)

Properties

autoincrement bool
final
collation String
final
dataType String
final
defaultValue String?
final
hashCode int
The hash code for this object.
no setteroverride
name String
final
nullable bool
final
primaryKey bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

operator ==(covariant ColumnInfo other) bool
The equality operator.
override