Timescale class

Information about a timescale effect.

Annotations
  • @JsonSerializable()

Constructors

Timescale({required double? speed, required double? pitch, required double? rate})
Create a new Timescale.
Timescale.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
pitch double?
The pitch of the effect.
final
rate double?
The rate of the effect.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed double?
The speed of the effect.
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