totalCount property

  1. @JsonKey.new(name: 'total_count')
int get totalCount
inherited

Total number of profile audios for the target user.

Implementation

@JsonKey(name: 'total_count')
int get totalCount;