FlowSchemaSpec constructor

const FlowSchemaSpec({
  1. FlowDistinguisherMethod? distinguisherMethod,
  2. int? matchingPrecedence,
  3. required PriorityLevelConfigurationReference priorityLevelConfiguration,
  4. List<PolicyRulesWithSubjects>? rules,
})

Default constructor.

Implementation

const FlowSchemaSpec({
  this.distinguisherMethod,
  this.matchingPrecedence,
  required this.priorityLevelConfiguration,
  this.rules,
});