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