type property
- @JsonKey(readValue: _readType, unknownEnumValue: MastodonPreviewCardType.link)
final
Type of the preview card.
Implementation
@JsonKey(
readValue: _readType,
unknownEnumValue: MastodonPreviewCardType.link,
)
final MastodonPreviewCardType type;