StringStartsWithValidation class
Properties
-
customMessage
↔ String?
-
getter/setter pair
-
errors
↔ Map<String, List<String>>?
-
Holds the errors of the validation in case of schema validation.
getter/setter pairinherited-setteroverride-getter
-
fieldName
↔ String?
-
Holds the field name of the validated value.
getter/setter pairinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
message
↔ String
-
Holds the error message of the validation in case of single value validation.
getter/setter pairinherited-setteroverride-getter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
string
↔ String
-
getter/setter pair