SocialMeta constructor
Creates a SocialMeta object with optional title, description, and imageUrl.
Implementation
SocialMeta({
this.title,
this.description,
this.imageUrl,
});
Creates a SocialMeta object with optional title, description, and imageUrl.
SocialMeta({
this.title,
this.description,
this.imageUrl,
});