ParticipantId.fromJson constructor

ParticipantId.fromJson(
  1. String value
)

Implementation

factory ParticipantId.fromJson(String value) => ParticipantId(value);