projectactivitytotalsforpurchaseorderLegendGet method

Future<Response<Object>> projectactivitytotalsforpurchaseorderLegendGet({
  1. bool? fromOrder,
})

@param fromOrder

Implementation

Future<chopper.Response<Object>>
projectactivitytotalsforpurchaseorderLegendGet({bool? fromOrder}) {
  return _projectactivitytotalsforpurchaseorderLegendGet(
    fromOrder: fromOrder,
  );
}