inventoryrankIdGet method

Future<Response<WebApiModulesSettingsInventorySettingsInventoryRankInventoryRank>> inventoryrankIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _inventoryrankIdGet(id: id);
}