Property constructor

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

Implementation

Property(this.key, this.value);