AccountProfileSettings$json top-level constant

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

Implementation

@$core.Deprecated('Use accountProfileSettingsDescriptor instead')
const AccountProfileSettings$json = {
  '1': 'AccountProfileSettings',
  '2': [
    {
      '1': 'NoSmoking',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.BoolValue',
      '10': 'NoSmoking'
    },
    {
      '1': 'NoPets',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.BoolValue',
      '10': 'NoPets'
    },
  ],
};