CollaborationType$json top-level constant

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

Implementation

@$core.Deprecated('Use collaborationTypeDescriptor instead')
const CollaborationType$json = const {
  '1': 'CollaborationType',
  '2': const [
    const {'1': 'INVALID_COLLABORATION', '2': 0},
    const {'1': 'ORGANIZATION_COLLABORATION', '2': 1},
    const {'1': 'CONNECT_COLLABORATION', '2': 2},
  ],
};