menu
spinach_core package
documentation
commons/dtos/Order.dart
BuyItemData
buyItems property
buyItems property
dark_mode
light_mode
buyItems
property
List
<
BuyItem
>
buyItems
getter/setter pair
Implementation
List<BuyItem> buyItems = List.empty(growable: true);
spinach_core package
documentation
commons/dtos/Order
BuyItemData
buyItems property
BuyItemData class