BodyPain copyWith({int? painLevel, PainType? type}) { return BodyPain( painLevel: painLevel ?? this.painLevel, type: type ?? this.type, ); }