Property constructor

Property(
  1. Node key,
  2. Node value, [
  3. String kind = 'init'
])

Implementation

Property(this.key, this.value, [this.kind = 'init']);