copyWith method
Implementation
LinkPreviewTypeUser copyWith({ChatPhoto? photo, bool? isBot}) =>
LinkPreviewTypeUser(
photo: photo ?? this.photo,
isBot: isBot ?? this.isBot,
);
LinkPreviewTypeUser copyWith({ChatPhoto? photo, bool? isBot}) =>
LinkPreviewTypeUser(
photo: photo ?? this.photo,
isBot: isBot ?? this.isBot,
);