AbstractViewKey<T extends Comparable> class abstract

Inheritance
Implementers

Constructors

AbstractViewKey({required String tableName, required T? key, required String viewName})

Properties

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

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