SPParticipant constructor

SPParticipant({
  1. required String id,
})

Implementation

SPParticipant({
  required this.id,
});