participantCount property

  1. @JsonKey.new(name: 'participant_count', defaultValue: 0)
int get participantCount
inherited

Implementation

@JsonKey(name: 'participant_count', defaultValue: 0)
int get participantCount => throw _privateConstructorUsedError;