validate

abstract suspend fun validate(value: Any): ValidationResult(source)

Validates the value.

Report a problem