Item$json top-level constant
Implementation
@$core.Deprecated('Use itemDescriptor instead')
const Item$json = {
'1': 'Item',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
{'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
{'1': 'description', '3': 3, '4': 1, '5': 9, '10': 'description'},
{'1': 'promotions', '3': 4, '4': 3, '5': 11, '6': '.menu.v1.PromotionOnItem', '10': 'promotions'},
{'1': 'modifier_groups', '3': 5, '4': 3, '5': 11, '6': '.menu.v1.ModifierGroupOnMenuItem', '10': 'modifierGroups'},
{'1': 'price', '3': 6, '4': 1, '5': 2, '10': 'price'},
{'1': 'remaining', '3': 7, '4': 1, '5': 5, '10': 'remaining'},
],
};