phoneValidation property

String get phoneValidation

Please enter a valid mobile phone

Implementation

String get phoneValidation {
  return Intl.message(
    'Please enter a valid mobile phone',
    name: 'phoneValidation',
    desc: '',
    args: [],
  );
}