picklistitemPost method

Implementation

Future<chopper.Response<WebApiModulesHomeControlsPickListItemPickListItem>>
    picklistitemPost(
        {required WebApiModulesHomeControlsPickListItemPickListItem? body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesHomeControlsPickListItemPickListItem,
      () =>
          WebApiModulesHomeControlsPickListItemPickListItem.fromJsonFactory);

  return _picklistitemPost(body: body);
}