ValueParser<T> constructor

ValueParser<T>(
  1. T value
)

Implementation

ValueParser(this.value);