AbstractKey<T extends Comparable> class abstract

Implemented types
Implementers

Constructors

AbstractKey({T? key, required String tableName})

Properties

hashCode int
The hash code for this object.
no setteroverride
key ↔ T?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableName String
final

Methods

compareTo(dynamic other) int
Compares this object to another object.
override
copyWithKey({required T newKey}) AbstractKey<Comparable>
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 o) bool
The equality operator.
override