AbstractViewKey<T extends Comparable> class
abstract
- Inheritance
-
- Object
- AbstractKey<
T> - AbstractViewKey
- Implementers
Constructors
- AbstractViewKey.new({required String tableName, required T? key, required String viewName})
Properties
Methods
-
compareTo(
dynamic other) → int -
Compares this object to another object.
override
-
copyWithKey(
{required T newKey}) → AbstractKey< Comparable> -
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 o) → bool -
The equality operator.
override