HasCustomAttribute.exportedType constructor

const HasCustomAttribute.exportedType(
  1. ExportedTypeIndex value
)

Constructs a HasCustomAttribute referencing an ExportedType.

Implementation

const factory HasCustomAttribute.exportedType(ExportedTypeIndex value) =
    HasCustomAttributeExportedType;