TelephonyDtmf$json top-level constant

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

Implementation

@$core.Deprecated('Use telephonyDtmfDescriptor instead')
const TelephonyDtmf$json = const {
  '1': 'TelephonyDtmf',
  '2': const [
    const {'1': 'TELEPHONY_DTMF_UNSPECIFIED', '2': 0},
    const {'1': 'DTMF_ONE', '2': 1},
    const {'1': 'DTMF_TWO', '2': 2},
    const {'1': 'DTMF_THREE', '2': 3},
    const {'1': 'DTMF_FOUR', '2': 4},
    const {'1': 'DTMF_FIVE', '2': 5},
    const {'1': 'DTMF_SIX', '2': 6},
    const {'1': 'DTMF_SEVEN', '2': 7},
    const {'1': 'DTMF_EIGHT', '2': 8},
    const {'1': 'DTMF_NINE', '2': 9},
    const {'1': 'DTMF_ZERO', '2': 10},
    const {'1': 'DTMF_A', '2': 11},
    const {'1': 'DTMF_B', '2': 12},
    const {'1': 'DTMF_C', '2': 13},
    const {'1': 'DTMF_D', '2': 14},
    const {'1': 'DTMF_STAR', '2': 15},
    const {'1': 'DTMF_POUND', '2': 16},
  ],
};