UIUnit$json top-level constant

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

Implementation

@$core.Deprecated('Use uIUnitDescriptor instead')
const UIUnit$json = {
  '1': 'UIUnit',
  '2': [
    {'1': 'UIUNIT_PERCENT', '2': 0},
    {'1': 'UIUNIT_PX', '2': 1},
  ],
};