ActionRegistration class

A registration of an action.

Constructors

ActionRegistration(Function actionFactory, {Symbol? shortHand, List<Alias> aliases = const []})
The action to be registered.

Properties

actionFactory Function
The factory that creates the action.
final
aliases List<Alias>
Aliases for parameters.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortHand Symbol?
The short-hand for the action.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(dynamic data) Action
Creates an action from the given arguments.
toString() String
A string representation of this object.
inherited

Operators

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