Sms$json top-level constant

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

Implementation

@$core.Deprecated('Use smsDescriptor instead')
const Sms$json = const {
  '1': 'Sms',
  '2': const [
    const {'1': 'to', '3': 1, '4': 1, '5': 9, '10': 'to'},
    const {'1': 'text', '3': 2, '4': 1, '5': 9, '10': 'text'},
    const {'1': 'require_devlivery', '3': 3, '4': 1, '5': 8, '10': 'requireDevlivery'},
  ],
};