nameValidation property

String get nameValidation

Should be more than 8 and less than 30

Implementation

String get nameValidation {
  return Intl.message(
    'Should be more than 8 and less than 30',
    name: 'nameValidation',
    desc: '',
    args: [],
  );
}