HasSemantics.property constructor

const HasSemantics.property(
  1. PropertyIndex value
)

Constructs a HasSemantics referencing a Property.

Implementation

const factory HasSemantics.property(PropertyIndex value) =
    HasSemanticsProperty;