CastSession constructor

CastSession({
  1. String? sourceId,
  2. String? destinationId,
  3. bool isConnected = false,
})

Implementation

CastSession({this.sourceId, this.destinationId, this.isConnected = false});