ReadOnlyValidator<T> constructor

ReadOnlyValidator<T>(
  1. Validator<T> _validator
)

Implementation

ReadOnlyValidator(this._validator);