FFRandomString$json top-level constant

  1. @Deprecated('Use fFRandomStringDescriptor instead')
Map<String, Object> const FFRandomString$json

Implementation

@$core.Deprecated('Use fFRandomStringDescriptor instead')
const FFRandomString$json = {
  '1': 'FFRandomString',
  '2': [
    {'1': 'min_length', '3': 1, '4': 1, '5': 5, '10': 'minLength'},
    {'1': 'max_length', '3': 2, '4': 1, '5': 5, '10': 'maxLength'},
    {'1': 'lowercase_az', '3': 3, '4': 1, '5': 8, '10': 'lowercaseAz'},
    {'1': 'uppercase_az', '3': 4, '4': 1, '5': 8, '10': 'uppercaseAz'},
    {'1': 'digits', '3': 5, '4': 1, '5': 8, '10': 'digits'},
  ],
};