type property

  1. @JsonKey(readValue: _readType, unknownEnumValue: MastodonPreviewCardType.link)
MastodonPreviewCardType type
final

Type of the preview card.

Implementation

@JsonKey(
  readValue: _readType,
  unknownEnumValue: MastodonPreviewCardType.link,
)
final MastodonPreviewCardType type;