endsWith static method

FormifyRule endsWith(
  1. String pattern
)

Static factory method to create a endsWith validation rule.

Implementation

static FormifyRule endsWith(String pattern) => EndsWith(pattern);