ServerWorkflowConfig constructor
const
ServerWorkflowConfig({
- required int? port,
Creates server workflow config.
Implementation
const ServerWorkflowConfig({required this.port});
Creates server workflow config.
const ServerWorkflowConfig({required this.port});