ConstValidator<T> constructor

ConstValidator<T>(
  1. T value
)

Implementation

ConstValidator(this.value);