ColumnInfo class
Constructors
- ColumnInfo({String? name, bool primaryKey = false, bool? autoIncrement})
-
const
Properties
- autoIncrement → bool?
-
是否自增——只有int类型支持自增
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
字段名
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited