copyWith method

Implementation

GetScopeNotificationSettings copyWith({
  NotificationSettingsScope? scope,
}) =>
    GetScopeNotificationSettings(
      scope: scope ?? this.scope,
    );