Period copyWith({Point? open, Point? close}) { return Period(open: open ?? this.open, close: close ?? this.close); }