StateMachineSelector class sealed

A selector for a state machine in a Rive file.

Implementers

Constructors

StateMachineSelector.byDefault()
Selects the default state machine.
factory
StateMachineSelector.byIndex(int index)
Selects the state machine at the given index.
factory
StateMachineSelector.byName(String name)
Selects the state machine with the given name.
factory

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