ActionCandidate constructor
const
ActionCandidate({})
Implementation
const ActionCandidate({
this.id,
required this.label,
required this.to,
this.from,
required this.trigger,
this.condition,
this.enclosingClassName,
required this.sourceRef,
});