PointY copyWith({ double? y, String? label, }) { return PointY( y: y ?? this.y, label: label ?? this.label, ); }