copyWith method
Implementation
ChatBoostLinkInfo copyWith({bool? isPublic, int? chatId}) =>
ChatBoostLinkInfo(
isPublic: isPublic ?? this.isPublic,
chatId: chatId ?? this.chatId,
);
ChatBoostLinkInfo copyWith({bool? isPublic, int? chatId}) =>
ChatBoostLinkInfo(
isPublic: isPublic ?? this.isPublic,
chatId: chatId ?? this.chatId,
);