FFTimerAction$json top-level constant

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

Implementation

@$core.Deprecated('Use fFTimerActionDescriptor instead')
const FFTimerAction$json = {
  '1': 'FFTimerAction',
  '2': [
    {
      '1': 'legacy_timer_node_key',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacyTimerNodeKey',
    },
    {
      '1': 'timer_node_key_ref',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFNodeKeyReference',
      '10': 'timerNodeKeyRef'
    },
    {
      '1': 'type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFTimerAction.ActionType',
      '10': 'type'
    },
    {
      '1': 'reset_time_ms',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'resetTimeMs'
    },
  ],
  '4': [FFTimerAction_ActionType$json],
};