Unit$json top-level constant

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

Implementation

@$core.Deprecated('Use unitDescriptor instead')
const Unit$json = const {
  '1': 'Unit',
  '2': const [
    const {'1': 'UNIT_UNIMPLEMENTED', '2': 0},
    const {'1': 'UNIT_REQUESTS_ALL_AUTHENTICATED', '2': 1},
    const {'1': 'UNIT_ACTIONS_ALL_RUN_SECONDS', '2': 2},
  ],
};