notificationsCount property
- @JsonKey(fromJson: parseIntFromString)
final
Number of filtered notifications.
Returned as a string by the API, so it is converted to an integer.
Implementation
@JsonKey(fromJson: parseIntFromString)
final int notificationsCount;