Alias class

Describe an alias parameter for an ActionRegistration.

Use this to map multiple parameters to a single parameter for the Action constructor.

Annotations

Constructors

Alias(List<String> aliases, Symbol key)
Describe an alias parameter for an ActionRegistration.
const

Properties

aliases List<String>
The aliases that point to key.
final
hashCode int
The hash code for this object.
no setteroverride
key Symbol
The key for which the aliases are defined.
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.
inherited

Operators

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