call method
Checks whether the brMobile
value is either blank or malformed.
Returns null if the brMobile
value is a valid non-blank mobile number;
otherwise, the error message.
Implementation
String? call(String? brMobile) => _reqBrMobile(brMobile);