AddConnectionS7 constructor

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

Returns a new AddConnectionS7 instance.

Implementation

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