postcodeUk method
Validate that the value is a valid postcode for the UK
Implementation
FormValidator postcodeUk() {
_addRule("postcode_uk");
return this;
}
Validate that the value is a valid postcode for the UK
FormValidator postcodeUk() {
_addRule("postcode_uk");
return this;
}