type property
- @JsonKey(readValue: _readType, unknownEnumValue: MastodonNotificationType.unknown)
final
Type of the notification.
Implementation
@JsonKey(
readValue: _readType,
unknownEnumValue: MastodonNotificationType.unknown,
)
final MastodonNotificationType type;