CastDevice constructor Null safety

CastDevice(
  1. {String? deviceId,
  2. String? friendlyName,
  3. String? modelName}
)

Implementation

CastDevice({
  this.deviceId,
  this.friendlyName,
  this.modelName,
});