Property<T> constructor

Property<T>(
  1. String name,
  2. T value
)

Implementation

Property(this.name, this.value);