ValidationResult<U>.valid constructor

const ValidationResult<U>.valid()

Implementation

const factory ValidationResult.valid() = Valid<U>;