count property

  1. @JsonKey(name: 'count', required: true)
int get count
inherited

Inbox item count

Implementation

@JsonKey(name: 'count', required: true)
int get count => throw _privateConstructorUsedError;