RePortOptions constructor
RePortOptions({
- bool restart = false,
- required RePortParameters parameters,
Implementation
RePortOptions({
this.restart = false,
required this.parameters,
});