isValidPhone method

bool isValidPhone()

Implementation

bool isValidPhone() => RegExp(r'^[6-9]\d{9}$').hasMatch(trim());