copyWith method
Implementation
MessageWebAppDataSent copyWith({String? buttonText}) =>
MessageWebAppDataSent(buttonText: buttonText ?? this.buttonText);
MessageWebAppDataSent copyWith({String? buttonText}) =>
MessageWebAppDataSent(buttonText: buttonText ?? this.buttonText);