authors property

  1. @JsonKey(defaultValue: <MastodonPreviewCardAuthor>[])
List<MastodonPreviewCardAuthor> authors
final

List of content authors (Mastodon 4.3.0+).

Implementation

@JsonKey(defaultValue: <MastodonPreviewCardAuthor>[])
final List<MastodonPreviewCardAuthor> authors;