DirectiveVisitor constructor

const DirectiveVisitor({
  1. void onHostBinding(
    1. Element,
    2. DartObject
    ) = _noopClassMember,
  2. void onHostListener(
    1. MethodElement,
    2. DartObject
    ) = _noopClassMethod,
})

Implementation

const DirectiveVisitor({
  this.onHostBinding = _noopClassMember,
  this.onHostListener = _noopClassMethod,
});