quoteApplybottomlinedaysperweekPost method

Future<Response<bool>> quoteApplybottomlinedaysperweekPost({
  1. required WebApiApplyBottomLineDaysPerWeekRequest? body,
})

Implementation

Future<chopper.Response<bool>> quoteApplybottomlinedaysperweekPost({
  required WebApiApplyBottomLineDaysPerWeekRequest? body,
}) {
  return _quoteApplybottomlinedaysperweekPost(body: body);
}