PrimaryKey<T extends DataType> class

Inheritance
Available Extensions

Constructors

PrimaryKey({required String layoutName, required String name, bool nullable = false, bool autoIncrement = true, int length = 0})
const

Properties

autoIncrement bool
final
hashCode int
The hash code for this object.
no setteroverride
layoutName String
finalinherited
length int
finalinherited
name String
finalinherited
nullable bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
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.
override