BulkVersionReply constructor

const BulkVersionReply({
  1. required int txType,
  2. required String version,
  3. List<int> errorCodes = const <int>[],
})

Implementation

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