menu
phonenumbers_core package
documentation
core.dart
LengthRule
LengthRule.oneOf factory constructor
LengthRule.oneOf factory constructor
dark_mode
light_mode
LengthRule.oneOf
constructor
LengthRule.oneOf
(
List
<
int
>
items
)
Implementation
factory LengthRule.oneOf(List<int> items) => _OneOfLengthRule(items);
phonenumbers_core package
documentation
core
LengthRule
LengthRule.oneOf factory constructor
LengthRule class