CompileTypedMetadata constructor

CompileTypedMetadata(
  1. String name,
  2. String? moduleUrl,
  3. List<OutputType> typeArguments, {
  4. String? on,
})

Implementation

CompileTypedMetadata(
  this.name,
  this.moduleUrl,
  this.typeArguments, {
  this.on,
});