FFAudioPlayer$json top-level constant

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

Implementation

@$core.Deprecated('Use fFAudioPlayerDescriptor instead')
const FFAudioPlayer$json = {
  '1': 'FFAudioPlayer',
  '2': [
    {
      '1': 'audio',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFAudio',
      '10': 'audio'
    },
    {
      '1': 'title_text_style',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'titleTextStyle'
    },
    {
      '1': 'playback_duration_text_style',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'playbackDurationTextStyle'
    },
    {
      '1': 'legacy_fill_color',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '8': {},
      '10': 'legacyFillColor'
    },
    {
      '1': 'fill_color_value',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColorValue',
      '10': 'fillColorValue'
    },
    {
      '1': 'legacy_playback_button_color',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '8': {},
      '10': 'legacyPlaybackButtonColor'
    },
    {
      '1': 'playback_button_color_value',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColorValue',
      '10': 'playbackButtonColorValue'
    },
    {
      '1': 'legacy_active_track_color',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '8': {},
      '10': 'legacyActiveTrackColor'
    },
    {
      '1': 'active_track_color_value',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColorValue',
      '10': 'activeTrackColorValue'
    },
    {
      '1': 'legacy_inactive_track_color',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '8': {},
      '10': 'legacyInactiveTrackColor'
    },
    {
      '1': 'inactive_track_color_value',
      '3': 14,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColorValue',
      '10': 'inactiveTrackColorValue'
    },
    {
      '1': 'legacy_elevation',
      '3': 7,
      '4': 1,
      '5': 1,
      '8': {},
      '10': 'legacyElevation'
    },
    {
      '1': 'elevation_value',
      '3': 15,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'elevationValue'
    },
    {
      '1': 'legacy_pause_on_navigate',
      '3': 8,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'legacyPauseOnNavigate'
    },
    {
      '1': 'pause_on_navigate_value',
      '3': 16,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'pauseOnNavigateValue'
    },
    {
      '1': 'play_in_background',
      '3': 9,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFAudioPlayer.PlayInBackground',
      '10': 'playInBackground'
    },
  ],
  '4': [FFAudioPlayer_PlayInBackground$json],
};