watcherCount property

  1. @JsonKey(defaultValue: 0)
int watcherCount
getter/setter pair

Number of users watching the channel

Implementation

@JsonKey(defaultValue: 0)
late int watcherCount;