FragmentProperty constructor

const FragmentProperty(
  1. PropertyName name,
  2. PropertyFragmentValue value
)

Implementation

const FragmentProperty(this.name, this.value);