Ecosystem$json top-level constant

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

Implementation

@$core.Deprecated('Use ecosystemDescriptor instead')
const Ecosystem$json = {
  '1': 'Ecosystem',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
    {'1': 'description', '3': 3, '4': 1, '5': 9, '10': 'description'},
  ],
  '9': [
    {'1': 4, '2': 5},
    {'1': 5, '2': 6},
    {'1': 6, '2': 7},
    {'1': 7, '2': 8},
  ],
  '10': ['uri', 'webhooks', 'display', 'domain'],
};