isPhoneNumberWithCountryCode property

bool isPhoneNumberWithCountryCode

Implementation

bool get isPhoneNumberWithCountryCode =>
    this.length == 13 && this.startsWith("+");