CloudLocation$json top-level constant

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

Implementation

@$core.Deprecated('Use cloudLocationDescriptor instead')
const CloudLocation$json = const {
  '1': 'CloudLocation',
  '2': const [
    const {'1': 'INVALID_LOCATION', '2': 0},
    const {'1': 'DK_1', '2': 1},
  ],
};