rentalinventoryGetlastsetimageidGet method

Future<Response<WebApiModulesInventoryRentalInventoryImageResponse>> rentalinventoryGetlastsetimageidGet({
  1. String? setid,
})

@param setid

Implementation

Future<chopper.Response<WebApiModulesInventoryRentalInventoryImageResponse>>
    rentalinventoryGetlastsetimageidGet({String? setid}) {
  generatedMapping.putIfAbsent(
      WebApiModulesInventoryRentalInventoryImageResponse,
      () =>
          WebApiModulesInventoryRentalInventoryImageResponse.fromJsonFactory);

  return _rentalinventoryGetlastsetimageidGet(setid: setid);
}