isPhoneNumber property

bool isPhoneNumber

Implementation

bool get isPhoneNumber => this.length == 11 && this.startsWith("0");