ParticipantGrant constructor

ParticipantGrant({
  1. required String name,
  2. String? scope,
})

Implementation

ParticipantGrant({required this.name, this.scope});