PhoneRule constructor
- String message, {
- RegExp? pattern,
- PhoneCountry? country,
Creates a new PhoneRule with the given message and optional pattern or country.
Implementation
const PhoneRule(this.message, {this.pattern, this.country});
Creates a new PhoneRule with the given message and optional pattern or country.
const PhoneRule(this.message, {this.pattern, this.country});