copyWith method
Implementation
@override
MessageCustomServiceAction copyWith({
String? text,
}) =>
MessageCustomServiceAction(
text: text ?? this.text,
);
@override
MessageCustomServiceAction copyWith({
String? text,
}) =>
MessageCustomServiceAction(
text: text ?? this.text,
);