user_password_notnull property

String get user_password_notnull

password cannot be empty

Implementation

String get user_password_notnull {
  return Intl.message(
    'password cannot be empty',
    name: 'user_password_notnull',
    desc: '',
    args: [],
  );
}