summary property

  1. @Input.new()
set summary (StepDirective step)

The StepDirective associated with this summary.

Implementation

@Input()
set summary(StepDirective step) {
  //assert(step != null, 'Should pass in a valid step for a summary.');
  step.summaryDirective = this;
}