isPhoneNumberWithCountryCodeAndSpace property

bool isPhoneNumberWithCountryCodeAndSpace

Implementation

bool get isPhoneNumberWithCountryCodeAndSpace =>
    this.length == 14 && this.startsWith("+ ");