systemActionsShutdownGet method
Get System Shutdown @param set Sets the shutdown
Implementation
Future<chopper.Response<Shutdown$Response>> systemActionsShutdownGet(
{String? $set}) {
generatedMapping.putIfAbsent(
Shutdown$Response, () => Shutdown$Response.fromJsonFactory);
return _systemActionsShutdownGet($set: $set);
}