XaRecoverEntry constructor

const XaRecoverEntry({
  1. required int formatId,
  2. required Uint8List gtrid,
  3. required Uint8List bqual,
})

Implementation

const XaRecoverEntry({
  required this.formatId,
  required this.gtrid,
  required this.bqual,
});