copyWith method
Implementation
AutosaveSettingsException copyWith({
int? chatId,
ScopeAutosaveSettings? settings,
}) =>
AutosaveSettingsException(
chatId: chatId ?? this.chatId,
settings: settings ?? this.settings,
);
AutosaveSettingsException copyWith({
int? chatId,
ScopeAutosaveSettings? settings,
}) =>
AutosaveSettingsException(
chatId: chatId ?? this.chatId,
settings: settings ?? this.settings,
);