ViewKeyMetaKey class

Inheritance

Constructors

ViewKeyMetaKey({ViewKeyMeta? key, required String viewName})

Properties

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

Methods

compareTo(dynamic other) int
Compares this object to another object.
inherited
copyWithKey({required ViewKeyMeta newKey}) AbstractKey<Comparable>
override
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.
inherited