DirectiveVisitor constructor
const
DirectiveVisitor({
- void onHostBinding(
- Element,
- DartObject
- void onHostListener(
- MethodElement,
- DartObject
Implementation
const DirectiveVisitor({
this.onHostBinding = _noopClassMember,
this.onHostListener = _noopClassMethod,
});