FFLaunchUrlAction$json top-level constant

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

Implementation

@$core.Deprecated('Use fFLaunchUrlActionDescriptor instead')
const FFLaunchUrlAction$json = {
  '1': 'FFLaunchUrlAction',
  '2': [
    {'1': 'url', '3': 1, '4': 1, '5': 9, '10': 'url'},
    {
      '1': 'variable',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFVariable',
      '10': 'variable'
    },
  ],
};