AbstractKey<T extends Comparable> class
abstract
- Implemented types
- Implementers
Constructors
- AbstractKey.new({T? key, required String tableName})
Properties
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