FragmentPropertyStruct constructor

const FragmentPropertyStruct(
  1. String name,
  2. String value
)

Implementation

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