datahealthIdPut method

@param id

Implementation

Future<chopper.Response<WebApiModulesAdministratorDataHealthDataHealth>>
    datahealthIdPut({
  required String? id,
  required WebApiModulesAdministratorDataHealthDataHealth? body,
}) {
  generatedMapping.putIfAbsent(WebApiModulesAdministratorDataHealthDataHealth,
      () => WebApiModulesAdministratorDataHealthDataHealth.fromJsonFactory);

  return _datahealthIdPut(id: id, body: body);
}