isTurkeyPhoneNumberWithCountryCode property

bool isTurkeyPhoneNumberWithCountryCode

Implementation

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