XaStartRequest constructor

const XaStartRequest(
  1. int requestId,
  2. int connectionId, {
  3. required int formatId,
  4. required Uint8List gtrid,
  5. required Uint8List bqual,
})

Implementation

const XaStartRequest(
  int requestId,
  this.connectionId, {
  required this.formatId,
  required this.gtrid,
  required this.bqual,
}) : super(requestId, RequestType.xaStart);