Directive constructor

Directive({
  1. String? name,
  2. List<TypeParameter>? typeParameters,
  3. List<Binding>? hostProperties,
  4. CompileDirectiveMetadata? metadata,
})

Implementation

Directive({
  this.name,
  this.typeParameters,
  this.hostProperties,
  this.metadata,
});