ActionNodeSpec class
Class representing a Model's Action Node.
- Inheritance
-
- Object
- NodeSpec
- RootNodeSpec
- ActionNodeSpec
Constructors
- ActionNodeSpec(String id, String? name, String type, Map props, Map actions)
- ActionNodeSpec.fromMap(Map spec)
-
factory
Properties
Methods
-
clone(
) → ActionNodeSpec -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited