datahealthIdGet method

Future<Response<WebApiModulesAdministratorDataHealthDataHealth>> datahealthIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _datahealthIdGet(id: id);
}