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