HttpConfigPlc constructor
HttpConfigPlc({
- String? pLCId,
- String? host,
- int? port,
- List<
HttpConfigData> dataArray = const [],
Returns a new HttpConfigPlc instance.
Implementation
HttpConfigPlc({
this.pLCId,
this.host,
this.port,
this.dataArray = const [],
});