FFSendEmail$json top-level constant
Implementation
@$core.Deprecated('Use fFSendEmailDescriptor instead')
const FFSendEmail$json = {
'1': 'FFSendEmail',
'2': [
{
'1': 'email_address',
'3': 1,
'4': 1,
'5': 11,
'6': '.flutterflow.FFValue',
'10': 'emailAddress'
},
{
'1': 'subject',
'3': 2,
'4': 1,
'5': 11,
'6': '.flutterflow.FFValue',
'10': 'subject'
},
{
'1': 'body',
'3': 3,
'4': 1,
'5': 11,
'6': '.flutterflow.FFValue',
'10': 'body'
},
],
};