isValidMobile property

bool get isValidMobile

Implementation

bool get isValidMobile => text.isNotNullOrEmpty && text.isValidContact;