SocialMetaTagParameters constructor

SocialMetaTagParameters(
  1. {String? description,
  2. Uri? imageUrl,
  3. String? title}
)

Implementation

SocialMetaTagParameters({this.description, this.imageUrl, this.title});