status property
ParticipationStatus?
get
status
The status of participation (e.g., confirmed, declined).
Implementation
ParticipationStatus? get status => statusField.getValue(_json);
The status of participation (e.g., confirmed, declined).
ParticipationStatus? get status => statusField.getValue(_json);