HasConstant.property constructor

const HasConstant.property(
  1. PropertyIndex value
)

Constructs a HasConstant referencing a Property.

Implementation

const factory HasConstant.property(PropertyIndex value) = HasConstantProperty;