copyWith method

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

Implementation

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