esLabels top-level constant

Map<String, String> const esLabels

Implementation

const Map<String, String> esLabels = {
  'enterPassword': 'Introduce una contraseña',
  'weak': 'Débil',
  'fair': 'Regular',
  'good': 'Buena',
  'strong': 'Fuerte',
  'suggestions': 'Sugerencias:',
};