userCount property

  1. @JsonKey.new(name: 'userCount')
int? userCount
final

当前频道内的用户人数。

Implementation

@JsonKey(name: 'userCount')
final int? userCount;