FFPostgresFlavor$json top-level constant

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

Implementation

@$core.Deprecated('Use fFPostgresFlavorDescriptor instead')
const FFPostgresFlavor$json = {
  '1': 'FFPostgresFlavor',
  '2': [
    {'1': 'FLAVOR_UNDEFINED', '2': 0},
    {'1': 'FLAVOR_POSTGRES', '2': 1},
    {'1': 'FLAVOR_SUPABASE', '2': 2},
  ],
};