FlowSchemaSpec constructor
const
FlowSchemaSpec({
- FlowDistinguisherMethod? distinguisherMethod,
- int? matchingPrecedence,
- required PriorityLevelConfigurationReference priorityLevelConfiguration,
- List<
PolicyRulesWithSubjects> ? rules,
Default constructor.
Implementation
const FlowSchemaSpec({
this.distinguisherMethod,
this.matchingPrecedence,
required this.priorityLevelConfiguration,
this.rules,
});