FFPostgresProjectConfig$json top-level constant

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

Implementation

@$core.Deprecated('Use fFPostgresProjectConfigDescriptor instead')
const FFPostgresProjectConfig$json = {
  '1': 'FFPostgresProjectConfig',
  '2': [
    {
      '1': 'legacy_postgres_url',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacyPostgresUrl',
    },
    {
      '1': 'legacy_anon_key',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacyAnonKey',
    },
    {'1': 'enabled', '3': 3, '4': 1, '5': 8, '10': 'enabled'},
    {
      '1': 'postgres_url',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'postgresUrl'
    },
    {
      '1': 'anon_key',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'anonKey'
    },
  ],
};