endsWith static method
Ensure a form field value ends with pattern
Implementation
static String endsWith(dynamic pattern) => "ends_with:$pattern";
Ensure a form field value ends with pattern
static String endsWith(dynamic pattern) => "ends_with:$pattern";