NiceScale copy({num? start, num? end, int? tickCount, num? step}) { return NiceScale( start ?? this.start, end ?? this.end, step ?? this.step, tickCount ?? this.tickCount, ); }