Reserves copyWith({String? asset0, String? asset1}) { return Reserves( asset0: asset0 ?? this.asset0, asset1: asset1 ?? this.asset1); }