HMSPermissions constructor Null safety

HMSPermissions(
  1. {bool? endRoom,
  2. bool? removeOthers,
  3. bool? stopPresentation,
  4. bool? muteAll,
  5. bool? askToUnMute,
  6. bool? muteSelective,
  7. bool? changeRole}
)

Implementation

HMSPermissions(
    {this.endRoom,
    this.removeOthers,
    this.stopPresentation,
    this.muteAll,
    this.askToUnMute,
    this.muteSelective,
    this.changeRole});