Voice$json top-level constant

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

Implementation

@$core.Deprecated('Use voiceDescriptor instead')
const Voice$json = const {
  '1': 'Voice',
  '2': const [
    const {'1': 'mediaId', '3': 1, '4': 1, '5': 9, '10': 'mediaId'},
    const {'1': 'format', '3': 2, '4': 1, '5': 9, '10': 'format'},
    const {'1': 'voiceUrl', '3': 3, '4': 1, '5': 9, '10': 'voiceUrl'},
    const {'1': 'length', '3': 4, '4': 1, '5': 5, '10': 'length'},
    const {'1': 'played', '3': 5, '4': 1, '5': 8, '10': 'played'},
  ],
};