userCount property

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

The number of users in the channel.

Implementation

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