FFOffset$json top-level constant
Implementation
@$core.Deprecated('Use fFOffsetDescriptor instead')
const FFOffset$json = {
'1': 'FFOffset',
'2': [
{'1': 'legacy_dx', '3': 1, '4': 1, '5': 1, '8': {}, '10': 'legacyDx'},
{
'1': 'dx_value',
'3': 3,
'4': 1,
'5': 11,
'6': '.flutterflow.FFDoubleValue',
'10': 'dxValue'
},
{'1': 'legacy_dy', '3': 2, '4': 1, '5': 1, '8': {}, '10': 'legacyDy'},
{
'1': 'dy_value',
'3': 4,
'4': 1,
'5': 11,
'6': '.flutterflow.FFDoubleValue',
'10': 'dyValue'
},
],
};