copyWith method
Implementation
UpdateWebAppMessageSent copyWith({int? webAppLaunchId}) =>
UpdateWebAppMessageSent(
webAppLaunchId: webAppLaunchId ?? this.webAppLaunchId,
);
UpdateWebAppMessageSent copyWith({int? webAppLaunchId}) =>
UpdateWebAppMessageSent(
webAppLaunchId: webAppLaunchId ?? this.webAppLaunchId,
);