items property

List<ItemInfo>? items
getter/setter pair

Each text item information. JSON arrangement including ItemInfo.item and ItemInfo.itemOp corresponding to the item name and price, supporting up to 5 items.

Implementation

List<ItemInfo>? items;