copy method
Returns a mutable copy of the scale.
Mutating the returned scale will not effect the original one.
Implementation
@override
LinearScale copy() => LinearScale._copy(this);
Returns a mutable copy of the scale.
Mutating the returned scale will not effect the original one.
@override
LinearScale copy() => LinearScale._copy(this);