Property constructor

Property(
  1. String key,
  2. String value
)

Implementation

Property(this.key, this.value);