attributeIdGet method

Future<Response<WebApiModulesSettingsInventorySettingsAttributeAttribute>> attributeIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _attributeIdGet(id: id);
}