MastodonPreviewCardAuthor constructor

const MastodonPreviewCardAuthor({
  1. required String name,
  2. String? url,
  3. String? account,
})

Implementation

const MastodonPreviewCardAuthor({required this.name, this.url, this.account});