type property

  1. @JsonKey(readValue: _readType, unknownEnumValue: MastodonNotificationType.unknown)
MastodonNotificationType type
final

Type of the notification.

Implementation

@JsonKey(
  readValue: _readType,
  unknownEnumValue: MastodonNotificationType.unknown,
)
final MastodonNotificationType type;