mediaAttachments property

  1. @JsonKey(defaultValue: [])
List<MastodonMediaAttachment> mediaAttachments
final

Media to be attached to the status.

Implementation

@JsonKey(defaultValue: [])
final List<MastodonMediaAttachment> mediaAttachments;