ParamGetByRegMapBleCommandTx constructor

ParamGetByRegMapBleCommandTx({
  1. required CommandDataSource dataSource,
  2. required int registerMapUid,
  3. String? dataSourceUid,
})

Implementation

ParamGetByRegMapBleCommandTx({
  required this.dataSource,
  required this.registerMapUid,
  this.dataSourceUid,
}) : super();