copyWith method

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

Implementation

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