passValidation property

String get passValidation

Should have Upper and Lower case, numbers and special characters

Implementation

String get passValidation {
  return Intl.message(
    'Should have Upper and Lower case, numbers and special characters',
    name: 'passValidation',
    desc: '',
    args: [],
  );
}