ClientLibraryDestination$json top-level constant

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

Implementation

@$core.Deprecated('Use clientLibraryDestinationDescriptor instead')
const ClientLibraryDestination$json = {
  '1': 'ClientLibraryDestination',
  '2': [
    {'1': 'CLIENT_LIBRARY_DESTINATION_UNSPECIFIED', '2': 0},
    {'1': 'GITHUB', '2': 10},
    {'1': 'PACKAGE_MANAGER', '2': 20},
  ],
};