Resolved class

The fully resolved configuration for a (state, size) pair.

Constructors

Resolved({required String mode, required double speed, required ModeOpts opts})

Properties

hashCode → int
The hash code for this object.
no setterinherited
mode → String
Internal mode key (e.g. 'orbits', 'globe').
final
opts → ModeOpts
Fully-scaled draw options.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
speed → double
Speed multiplier applied to the animation clock.
final

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