mobileWithCode property
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}$');
Mobile with country code: +91 or 0 prefix Example: +919876543210, 09876543210
static final RegExp mobileWithCode = RegExp(r'^(\+91|91|0)?[6-9]\d{9}$');