Property constructor

Property(
  1. String name,
  2. dynamic value
)

Implementation

Property(this.name, this.value);