copyWith method

MessageCustomServiceAction copyWith({
  1. String? text,
})

Implementation

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