RePortOptions constructor

RePortOptions(
  1. {bool restart = false,
  2. required RePortParameters parameters}
)

Implementation

RePortOptions({
  this.restart = false,
  required this.parameters,
});