ReferenceDirective constructor

ReferenceDirective(
  1. @Optional() Element? elementRef
)

Implementation

ReferenceDirective(@Optional() this.elementRef);