validators property

List<Validator<Object?>> validators
final

A list of validators that will be used to verify the user's input.

Implementation

final List<Validator> validators;