users property

  1. @JsonKey(fromJson: _stringToInt)
int? users
final

the number of users viewing this inbox (not exact)

Implementation

@JsonKey(fromJson: _stringToInt)
final int? users;