copyWith method

MessageWebAppDataSent copyWith({
  1. String? buttonText,
})

Implementation

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