RoleParams constructor

RoleParams({
  1. RoleVideoParams? video,
  2. RoleAudioParams? audio,
  3. RoleScreenParams? screen,
})

Implementation

RoleParams({
  this.video,
  this.audio,
  this.screen,
});