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