userCount property

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

the number of users subscribed to the scheduled event

Implementation

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