ServerWorkflowConfig constructor

const ServerWorkflowConfig({
  1. required int? port,
})

Creates server workflow config.

Implementation

const ServerWorkflowConfig({required this.port});