FFNumberFormat$json top-level constant

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

Implementation

@$core.Deprecated('Use fFNumberFormatDescriptor instead')
const FFNumberFormat$json = {
  '1': 'FFNumberFormat',
  '2': [
    {
      '1': 'format_type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFNumberFormat.FormatType',
      '10': 'formatType'
    },
    {
      '1': 'decimal_type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFNumberFormat.DecimalType',
      '10': 'decimalType'
    },
    {'1': 'is_currency', '3': 4, '4': 1, '5': 8, '10': 'isCurrency'},
    {'1': 'currency_symbol', '3': 5, '4': 1, '5': 9, '10': 'currencySymbol'},
    {'1': 'lower_scientific', '3': 6, '4': 1, '5': 8, '10': 'lowerScientific'},
    {'1': 'custom_format', '3': 7, '4': 1, '5': 9, '10': 'customFormat'},
    {'1': 'custom_locale', '3': 8, '4': 1, '5': 9, '10': 'customLocale'},
  ],
  '4': [FFNumberFormat_FormatType$json, FFNumberFormat_DecimalType$json],
};