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.
- listClone → const String
- The key is a function name 'listClone'
- listConvert → const String
- The key is a function name 'listConvert'
- mapClone → const String
- The key is a function name 'mapClone'
- mapConvert → const String
- The key is a function name 'mapConvert'
- result → const String
- The key in the result hash for the 'result' value.