fromValue static method
Converts the integer value
representation of a ParticipantType into a ParticipantType.
Implementation
static ParticipantType fromValue(int value) => ParticipantType.values[value - 1];
Converts the integer value
representation of a ParticipantType into a ParticipantType.
static ParticipantType fromValue(int value) => ParticipantType.values[value - 1];