HasCustomAttribute.field constructor

const HasCustomAttribute.field(
  1. FieldIndex value
)

Constructs a HasCustomAttribute referencing a Field.

Implementation

const factory HasCustomAttribute.field(FieldIndex value) =
    HasCustomAttributeField;