HasCustomAttribute.property constructor

const HasCustomAttribute.property(
  1. PropertyIndex value
)

Constructs a HasCustomAttribute referencing a Property.

Implementation

const factory HasCustomAttribute.property(PropertyIndex value) =
    HasCustomAttributeProperty;