ImmutableProperty<T> constructor

ImmutableProperty<T>(
  1. T _value
)

Implementation

ImmutableProperty(this._value) : _expression = ImmutableExpression(_value);