copyWith method
Creates a copy with the given fields replaced.
Implementation
RefusalMessageContent copyWith({String? refusal}) {
return RefusalMessageContent(refusal: refusal ?? this.refusal);
}
Creates a copy with the given fields replaced.
RefusalMessageContent copyWith({String? refusal}) {
return RefusalMessageContent(refusal: refusal ?? this.refusal);
}