INT32 class

Inheritance

Constructors

INT32({String? name, bool primaryKey = false, bool notNull = false, int autoInc = 0, bool unique = false, bool index = false, String? check, String? uniqueName, String? defaultValue, String? extras})
const

Properties

autoInc int
finalinherited
check String?
finalinherited
defaultValue String?
finalinherited
extras String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
index bool
finalinherited
name String?
finalinherited
notNull bool
finalinherited
primaryKey bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
finalinherited
unique bool
finalinherited
uniqueName String?
finalinherited

Methods

decode(Object? value) Object?
decode from database value to dart value
inherited
encode(Object? value) Object?
encode datr value to database value
inherited
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