AutoLinkingOption$json top-level constant

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

Implementation

@$core.Deprecated('Use autoLinkingOptionDescriptor instead')
const AutoLinkingOption$json = {
  '1': 'AutoLinkingOption',
  '2': [
    {'1': 'AUTO_LINKING_OPTION_UNSPECIFIED', '2': 0},
    {'1': 'AUTO_LINKING_OPTION_USERNAME', '2': 1},
    {'1': 'AUTO_LINKING_OPTION_EMAIL', '2': 2},
  ],
};