not_empty property

String get not_empty

This field is mandatory

Implementation

String get not_empty {
  return Intl.message(
    'This field is mandatory',
    name: 'not_empty',
    desc: '',
    args: [],
  );
}