LengthRule.oneOf constructor

LengthRule.oneOf(
  1. List<int> items
)

Implementation

factory LengthRule.oneOf(List<int> items) => _OneOfLengthRule(items);