read property

  1. @JsonKey(name: 'mail_read', fromJson: _intToBool, toJson: _boolToInt)
bool read
final

indicating if email was fetched before

Implementation

@JsonKey(name: 'mail_read', fromJson: _intToBool, toJson: _boolToInt)
final bool read;