HttpConfigPlc constructor

HttpConfigPlc({
  1. String? pLCId,
  2. String? host,
  3. int? port,
  4. List<HttpConfigData> dataArray = const [],
})

Returns a new HttpConfigPlc instance.

Implementation

HttpConfigPlc({
  this.pLCId,
  this.host,
  this.port,
  this.dataArray = const [],
});