Directive constructor
Directive({
- String? name,
- List<
TypeParameter> ? typeParameters, - List<
Binding> ? hostProperties, - CompileDirectiveMetadata? metadata,
Implementation
Directive({
this.name,
this.typeParameters,
this.hostProperties,
this.metadata,
});