ForeignKey<T extends DataType> class

Inheritance
Available Extensions

Constructors

ForeignKey({required PrimaryKey<DataType> foreignPrimaryKey, required String layoutName, required String name, bool nullable = false})
const

Properties

foreignPrimaryKey PrimaryKey<DataType>
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