ParsedControlRef constructor
const
ParsedControlRef({})
Creates a control reference.
Implementation
const ParsedControlRef({
this.kind = 'control',
required this.id,
this.target = 'backend',
this.cardinality = 'oneOrMore',
this.acceptableAssurance,
this.variant = 'default',
this.slot = 'primary',
});