endsWith static method
Static factory method to create a endsWith validation rule.
Implementation
static FormifyRule endsWith(String pattern) => EndsWith(pattern);
Static factory method to create a endsWith validation rule.
static FormifyRule endsWith(String pattern) => EndsWith(pattern);