MastodonOEmbed constructor
const
MastodonOEmbed({ - required String type,
- required String version,
- required String title,
- required String authorName,
- required String authorUrl,
- required String providerName,
- required String providerUrl,
- required int cacheAge,
- required String html,
- required int width,
- int? height,
})
Implementation
const MastodonOEmbed({
required this.type,
required this.version,
required this.title,
required this.authorName,
required this.authorUrl,
required this.providerName,
required this.providerUrl,
required this.cacheAge,
required this.html,
required this.width,
this.height,
});