ParticipantStatusParameter constructor

ParticipantStatusParameter(
  1. String name,
  2. String textValue
)

Implementation

ParticipantStatusParameter(String name, String textValue)
    : super(
        name,
        textValue,
        parse(textValue),
      );