total property

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

The total number of users

Implementation

@JsonKey(name: 'Users')

/// The total number of users
final int total;