mobileWithCode property

RegExp mobileWithCode
final

Mobile with country code: +91 or 0 prefix Example: +919876543210, 09876543210

Implementation

static final RegExp mobileWithCode = RegExp(r'^(\+91|91|0)?[6-9]\d{9}$');