Property<T extends Object> constructor

Property<T extends Object>(
  1. T value
)

Implementation

Property(T value) {
  _value = value;
}