validators property
final
List of validators to apply to the field.
Each validator will be applied in order, and the first one to fail will determine the error result, otherwise it will be considered valid.
Implementation
final List<IValidator> validators;