ParticipantRole constructor

ParticipantRole(
  1. String role, [
  2. bool isOptional = false
])

Implementation

ParticipantRole(this.role, [this.isOptional = false]);