ActionArgument class

Constructors

ActionArgument(Action action, String? name, String? direction, String? relatedStateVariable, bool isRetVal)

Properties

action Action
final
direction String?
final
hashCode int
The hash code for this object.
no setterinherited
isRetVal bool
final
name String?
final
relatedStateVariable String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getStateVariable() StateVariable?
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