FFAudio$json top-level constant

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

Implementation

@$core.Deprecated('Use fFAudioDescriptor instead')
const FFAudio$json = {
  '1': 'FFAudio',
  '2': [
    {'1': 'legacy_path', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'legacyPath'},
    {
      '1': 'path_value',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFStringValue',
      '10': 'pathValue'
    },
    {
      '1': 'type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFAudio.FFAudioType',
      '10': 'type'
    },
    {'1': 'legacy_title', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'legacyTitle'},
    {
      '1': 'title_value',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFStringValue',
      '10': 'titleValue'
    },
  ],
  '4': [FFAudio_FFAudioType$json],
};