TextProvider$json top-level constant

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

Implementation

@$core.Deprecated('Use textProviderDescriptor instead')
const TextProvider$json = const {
  '1': 'TextProvider',
  '2': const [
    const {'1': 'type', '3': 1, '4': 1, '5': 14, '6': '.Nuntio.TextProviderType', '10': 'type'},
    const {'1': 'account_id', '3': 2, '4': 1, '5': 9, '10': 'accountId'},
    const {'1': 'auth_token', '3': 3, '4': 1, '5': 9, '10': 'authToken'},
    const {'1': 'from', '3': 4, '4': 1, '5': 9, '10': 'from'},
  ],
};