isTurkeyPhoneNumberWithCountryCodeAndSpace property

bool isTurkeyPhoneNumberWithCountryCodeAndSpace

Implementation

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