BulkEraseSingleResult constructor

const BulkEraseSingleResult({
  1. required int txType,
  2. required int txSubType,
  3. required String destination,
  4. List<int> errorCodes = const <int>[],
})

Implementation

const BulkEraseSingleResult({
  required this.txType,
  required this.txSubType,
  required this.destination,
  this.errorCodes = const <int>[],
});