PermanentlyPropertyStruct constructor

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

Implementation

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