dartx_validation library

Classes

Email
The annotated element must be a string in email format
Length
The annotated element must be a string whose length must be between the specified boundaries (included).
Max
The annotated element must be a number whose value must be lower or equal to the specified maximum.
Min
The annotated element must be a number whose value must be higher or equal to the specified minimum.
NotBlank
String
NotEmpty
The annotated element must be a string whose is not null
NotNull
The annotated element must be not-null
Size
The annotated element size must be between the specified boundaries (included).
Valid
Use on class co indicate that validator needs to be generated
ValidationError