AddConnectionOPCUA constructor
AddConnectionOPCUA({
- required ParametersOPCUA parameters,
- List<
ConnectionTag> tags = const [],
Returns a new AddConnectionOPCUA instance.
Implementation
AddConnectionOPCUA({
required this.parameters,
this.tags = const [],
});