count property

  1. @JsonKey(fromJson: _stringToInt)
int count
final

The number of emails matched. This can be much more than the maximum that can be returned (20)! This number indicates the total number of new emails in the database. (If you want to get the emails after the first 20, then make another call with the get_older_list function

Implementation

@JsonKey(fromJson: _stringToInt)
final int count;