totalBoxes property

  1. @JsonKey(name: 'total-boxes')
int? totalBoxes
final

The number of existing boxes created by this account's app.

Implementation

@JsonKey(name: 'total-boxes')
final int? totalBoxes;