LengthRule.exact constructor
LengthRule.exact(
- int length
Implementation
factory LengthRule.exact(int length) => _ExactLengthRule(length);
factory LengthRule.exact(int length) => _ExactLengthRule(length);