Theme$json top-level constant

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

Implementation

@$core.Deprecated('Use themeDescriptor instead')
const Theme$json = {
  '1': 'Theme',
  '2': [
    {'1': 'DARK', '2': 0},
    {'1': 'LIGHT', '2': 1},
    {'1': 'RED', '2': 2},
  ],
};