LinkPreview constructor
Implementation
const factory LinkPreview({
/// The preview url if the link.
String? url,
/// The preview title of the link.
String? title,
/// The preview description of the link.
String? description,
/// The preview image of the link.
String? image,
}) = _LinkPreview;