MastodonAdminTrendsLink constructor
const
MastodonAdminTrendsLink({ - required String id,
- required String url,
- required String title,
- required String description,
- required MastodonPreviewCardType type,
- required String authorName,
- required String authorUrl,
- required String providerName,
- required String providerUrl,
- required String html,
- required int width,
- required int height,
- required String embedUrl,
- required List<MastodonPreviewCardAuthor> authors,
- required List<MastodonTrendsLinkHistory> history,
- String? image,
- String? blurhash,
- bool? requiresReview,
})
Implementation
const MastodonAdminTrendsLink({
required this.id,
required this.url,
required this.title,
required this.description,
required this.type,
required this.authorName,
required this.authorUrl,
required this.providerName,
required this.providerUrl,
required this.html,
required this.width,
required this.height,
required this.embedUrl,
required this.authors,
required this.history,
this.image,
this.blurhash,
this.requiresReview,
});