FFInformationalDialogAction$json top-level constant
Implementation
@$core.Deprecated('Use fFInformationalDialogActionDescriptor instead')
const FFInformationalDialogAction$json = {
'1': 'FFInformationalDialogAction',
'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': 'title',
'3': 4,
'4': 1,
'5': 11,
'6': '.flutterflow.FFValue',
'10': 'title'
},
{
'1': 'message',
'3': 5,
'4': 1,
'5': 11,
'6': '.flutterflow.FFValue',
'10': 'message'
},
{
'1': 'dismiss_text',
'3': 6,
'4': 1,
'5': 11,
'6': '.flutterflow.FFValue',
'10': 'dismissText'
},
],
};