MmOpenGraph constructor
MmOpenGraph({
- String? type,
- String? url,
- String? title,
- String? description,
- String? determiner,
- String? siteName,
- String? locale,
- List<
String> localesAlternate = const [], - List<
MmOpenGraphImagesInner> images = const [], - List<
MmOpenGraphVideosInner> videos = const [], - List<
MmOpenGraphAudiosInner> audios = const [], - MmOpenGraphArticle? article,
- MmOpenGraphBook? book,
- MmOpenGraphArticleAuthorsInner? profile,
Returns a new MmOpenGraph instance.
Implementation
MmOpenGraph({
this.type,
this.url,
this.title,
this.description,
this.determiner,
this.siteName,
this.locale,
this.localesAlternate = const [],
this.images = const [],
this.videos = const [],
this.audios = const [],
this.article,
this.book,
this.profile,
});