FFAnimationAction$json top-level constant

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

Implementation

@$core.Deprecated('Use fFAnimationActionDescriptor instead')
const FFAnimationAction$json = {
  '1': 'FFAnimationAction',
  '2': [
    {
      '1': 'animation_type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFAnimationAction.FFAnimationActionType',
      '10': 'animationType'
    },
    {
      '1': 'lottie_animation',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFLottieAnimationAction',
      '9': 0,
      '10': 'lottieAnimation'
    },
    {
      '1': 'widget_animation',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFAnimationAction.FFWidgetAnimationAction',
      '9': 0,
      '10': 'widgetAnimation'
    },
    {
      '1': 'rive_animation',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFRiveAnimationAction',
      '9': 0,
      '10': 'riveAnimation'
    },
    {
      '1': 'shader_animation',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFShaderAnimationAction',
      '9': 0,
      '10': 'shaderAnimation'
    },
  ],
  '3': [FFAnimationAction_FFWidgetAnimationAction$json],
  '4': [FFAnimationAction_FFAnimationActionType$json],
  '8': [
    {'1': 'animation'},
  ],
};