getSellOutDueBoxes method
Implementation
IntQuntity getSellOutDueBoxes(String buyerNumber) {
return IntQuntity(
_rawData["sellOutDue"].toMap()[buyerNumber].toMap()["b"].toInt(),
);
}
IntQuntity getSellOutDueBoxes(String buyerNumber) {
return IntQuntity(
_rawData["sellOutDue"].toMap()[buyerNumber].toMap()["b"].toInt(),
);
}