copyWith method
Implementation
GetChatOwnerAfterLeaving copyWith({int? chatId}) =>
GetChatOwnerAfterLeaving(chatId: chatId ?? this.chatId);
GetChatOwnerAfterLeaving copyWith({int? chatId}) =>
GetChatOwnerAfterLeaving(chatId: chatId ?? this.chatId);