total property

  1. @JsonKey(name: 'Users')
int total
final

The total number of user ids

Implementation

@JsonKey(name: 'Users')

/// The total number of user ids
final int total;