HttpConfig constructor
HttpConfig({
- String? messageVersion,
- int? timeStamp,
- String? iOTId,
- String? orgId,
- HttpConfigProtocolEnum? protocol,
- List<
HttpConfigPlc> plcArray = const [],
Returns a new HttpConfig instance.
Implementation
HttpConfig({
this.messageVersion,
this.timeStamp,
this.iOTId,
this.orgId,
this.protocol,
this.plcArray = const [],
});