FFPostgresField$json top-level constant

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

Implementation

@$core.Deprecated('Use fFPostgresFieldDescriptor instead')
const FFPostgresField$json = {
  '1': 'FFPostgresField',
  '2': [
    {
      '1': 'identifier',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFIdentifier',
      '10': 'identifier'
    },
    {
      '1': 'type',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFParameter',
      '10': 'type'
    },
    {'1': 'is_primary_key', '3': 3, '4': 1, '5': 8, '10': 'isPrimaryKey'},
    {'1': 'has_default', '3': 4, '4': 1, '5': 8, '10': 'hasDefault'},
    {'1': 'is_required', '3': 5, '4': 1, '5': 8, '10': 'isRequired'},
    {'1': 'description', '3': 6, '4': 1, '5': 9, '10': 'description'},
    {'1': 'postgres_type', '3': 7, '4': 1, '5': 9, '10': 'postgresType'},
    {'1': 'foreign_key', '3': 8, '4': 1, '5': 9, '10': 'foreignKey'},
  ],
};