copyWith method

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

Implementation

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