forNotFollowers property
- @JsonKey(name: 'for_not_followers', unknownEnumValue: NotificationFilterAction.accept)
final
Action for notifications from accounts that do not follow you.
Implementation
@JsonKey(
name: 'for_not_followers',
unknownEnumValue: NotificationFilterAction.accept,
)
final NotificationFilterAction forNotFollowers;