startsWith static method

FormifyRule startsWith(
  1. String pattern
)

Static factory method to create a startsWith validation rule.

Implementation

static FormifyRule startsWith(String pattern) => StartsWith(pattern);