total property

  1. @JsonKey(fromJson: convertToIntIfDoubleValue)
int? total
getter/setter pair

The total number of followers.

Implementation

@JsonKey(fromJson: convertToIntIfDoubleValue)
int? total;