HasCustomAttribute.param constructor

const HasCustomAttribute.param(
  1. ParamIndex value
)

Constructs a HasCustomAttribute referencing a Param.

Implementation

const factory HasCustomAttribute.param(ParamIndex value) =
    HasCustomAttributeParam;