LengthRule.exact constructor

LengthRule.exact(
  1. int length
)

Implementation

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