glmanualIdGet method
@param id
Implementation
Future<chopper.Response<WebApiModulesHomeGlManualGlManual>> glmanualIdGet({
required String? id,
}) {
generatedMapping.putIfAbsent(
WebApiModulesHomeGlManualGlManual,
() => WebApiModulesHomeGlManualGlManual.fromJsonFactory,
);
return _glmanualIdGet(id: id);
}