KeyElement class

An element in a Keys path.

Constructors

KeyElement(String kind, dynamic id)

Properties

hashCode int
The hash code for this object.
no setteroverride
id → dynamic
The ID of this element. It must be either an int or a `String.
final
kind String
The kind of this element.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override