HMSSimulCastSettings constructor Null safety

HMSSimulCastSettings(
  1. {Map? low,
  2. Map? med,
  3. Map? high}
)

Implementation

HMSSimulCastSettings({this.low, this.med, this.high});