FFConfirmDialogAction$json top-level constant

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

Implementation

@$core.Deprecated('Use fFConfirmDialogActionDescriptor instead')
const FFConfirmDialogAction$json = {
  '1': 'FFConfirmDialogAction',
  '2': [
    {
      '1': 'legacy_title',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacyTitle',
    },
    {
      '1': 'legacy_message',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacyMessage',
    },
    {
      '1': 'legacy_dismiss_text',
      '3': 3,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacyDismissText',
    },
    {
      '1': 'legacy_confirm_text',
      '3': 4,
      '4': 1,
      '5': 9,
      '8': {'3': true},
      '10': 'legacyConfirmText',
    },
    {
      '1': 'confirm_action',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFAction',
      '8': {'3': true},
      '10': 'confirmAction',
    },
    {
      '1': 'title',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'title'
    },
    {
      '1': 'message',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'message'
    },
    {
      '1': 'dismiss_text',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'dismissText'
    },
    {
      '1': 'confirm_text',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'confirmText'
    },
  ],
};