CastStartedEvent constructor

const CastStartedEvent({
  1. required int? timestamp,
  2. String? deviceName,
})

Implementation

const CastStartedEvent({
  required super.timestamp,
  this.deviceName,
});