SocialMetaTagInfo constructor

SocialMetaTagInfo({
  1. String? socialDescription,
  2. String? socialImageLink,
  3. String? socialTitle,
})

Implementation

SocialMetaTagInfo({
  this.socialDescription,
  this.socialImageLink,
  this.socialTitle,
});