FFBraintreeSettings$json top-level constant
Implementation
@$core.Deprecated('Use fFBraintreeSettingsDescriptor instead')
const FFBraintreeSettings$json = {
'1': 'FFBraintreeSettings',
'2': [
{
'1': 'test_credentials',
'3': 1,
'4': 1,
'5': 11,
'6': '.flutterflow.FFBraintreeCredentials',
'10': 'testCredentials'
},
{
'1': 'prod_credentials',
'3': 2,
'4': 1,
'5': 11,
'6': '.flutterflow.FFBraintreeCredentials',
'10': 'prodCredentials'
},
{'1': 'is_production', '3': 3, '4': 1, '5': 8, '10': 'isProduction'},
],
};