ModbusTcpConnectionDTO constructor

const ModbusTcpConnectionDTO({
  1. String? name,
  2. String? tcpAddress,
  3. int? port,
  4. int? unitId,
  5. String? propertySpec,
})

Implementation

const ModbusTcpConnectionDTO({
  this.name,
  this.tcpAddress,
  this.port,
  this.unitId,
  this.propertySpec,
});