ParamGetByRegMapReply constructor

const ParamGetByRegMapReply({
  1. required int dataSource,
  2. required int registerMapUid,
  3. String? dataSourceUid,
  4. String? pathToRead,
  5. List<int> errorCodes = const <int>[],
})

Implementation

const ParamGetByRegMapReply({
  required this.dataSource,
  required this.registerMapUid,
  this.dataSourceUid,
  this.pathToRead,
  this.errorCodes = const <int>[],
});