notificationsCount property

  1. @JsonKey(fromJson: parseIntFromString)
int notificationsCount
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;