isTurkeyPhoneNumber property

bool isTurkeyPhoneNumber

Implementation

bool get isTurkeyPhoneNumber => this.length == 10 && this.startsWith("5");