strCardPhoneTip property

String strCardPhoneTip

Phone Number should contain 5-30 digits no other characters

Implementation

String get strCardPhoneTip {
  return Intl.message(
    'Phone Number should contain 5-30 digits no other characters',
    name: 'strCardPhoneTip',
    desc: '',
    args: [],
  );
}