copyWith method

CloseWebApp copyWith({
  1. int? webAppLaunchId,
})

Implementation

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