void addOrder(String orderFieldName, OrderType orderType) { OrderStruct orderStruct = OrderStruct(orderFieldName, orderType); _orderStructList.add(orderStruct); }