FlowSchemaStatus constructor

const FlowSchemaStatus({
  1. List<FlowSchemaCondition>? conditions,
})

Default constructor.

Implementation

const FlowSchemaStatus({
  this.conditions,
});