copyWith method

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

Implementation

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