Piece copyWith({ Side? color, Role? role, bool? promoted, }) { return Piece( color: color ?? this.color, role: role ?? this.role, promoted: promoted ?? this.promoted, ); }