itemGetlastwallimageidGet method
Future<Response<WebApiModulesInventoryRentalInventoryImageResponse> >
itemGetlastwallimageidGet({
- String? wallid,
Get the last wall AppImageId @param wallid
Implementation
Future<chopper.Response<WebApiModulesInventoryRentalInventoryImageResponse>>
itemGetlastwallimageidGet({String? wallid}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryRentalInventoryImageResponse,
() => WebApiModulesInventoryRentalInventoryImageResponse.fromJsonFactory,
);
return _itemGetlastwallimageidGet(wallid: wallid);
}