copyWith method

AutosaveSettingsScopeChat copyWith({
  1. int? chatId,
})

Implementation

AutosaveSettingsScopeChat copyWith({int? chatId}) =>
    AutosaveSettingsScopeChat(chatId: chatId ?? this.chatId);