same static method

FormifyRule same(
  1. String pattern
)

Static factory method to create a same validation rule.

Implementation

static FormifyRule same(String pattern) => Same(pattern);