HasCustomAttribute.genericParam constructor

const HasCustomAttribute.genericParam(
  1. GenericParamIndex value
)

Constructs a HasCustomAttribute referencing a GenericParam.

Implementation

const factory HasCustomAttribute.genericParam(GenericParamIndex value) =
    HasCustomAttributeGenericParam;