Property<T> constructor

Property<T>(
  1. T value
)

Implementation

Property(T value) {
  _value = value;
}