AddConnectionOPCUA constructor

AddConnectionOPCUA({
  1. required ParametersOPCUA parameters,
  2. List<ConnectionTag> tags = const [],
})

Returns a new AddConnectionOPCUA instance.

Implementation

AddConnectionOPCUA({
  required this.parameters,
  this.tags = const [],
});