rentalinventoryGetlastsetimageidGet method
Future<Response<WebApiModulesInventoryRentalInventoryImageResponse> >
rentalinventoryGetlastsetimageidGet({
- String? setid,
@param setid
Implementation
Future<chopper.Response<WebApiModulesInventoryRentalInventoryImageResponse>>
rentalinventoryGetlastsetimageidGet({String? setid}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryRentalInventoryImageResponse,
() =>
WebApiModulesInventoryRentalInventoryImageResponse.fromJsonFactory);
return _rentalinventoryGetlastsetimageidGet(setid: setid);
}