Keys class

Collection of keys used in dictionaries across generators.

Constructors

Keys()

Properties

hashCode int
The hash code for this object.
no setterinherited
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.
inherited

Operators

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

Constants

error → const String
The key in the result hash for the 'error' value.
errorCode → const String
The key in an error hash for the 'code' value.
errorDetails → const String
The key in an error hash for the 'details' value.
errorMessage → const String
The key in an error hash for the 'message' value.
result → const String
The key in the result hash for the 'result' value.