menu
phonenumbers_core package
documentation
core.dart
LengthRule
LengthRule.range factory constructor
LengthRule.range factory constructor
dark_mode
light_mode
LengthRule.range
constructor
LengthRule.range
(
int
min
,
int
max
)
Implementation
factory LengthRule.range(int min, int max) => _RangeLengthRule(min, max);
phonenumbers_core package
documentation
core
LengthRule
LengthRule.range factory constructor
LengthRule class