BulkResetResult constructor

const BulkResetResult({
  1. int? txType,
  2. List<int> errorCodes = const <int>[],
})

Implementation

const BulkResetResult({
  this.txType,
  this.errorCodes = const <int>[],
});