walldescriptionPost method

Implementation

Future<
        chopper.Response<
            WebApiModulesSettingsSetSettingsWallDescriptionWallDescription>>
    walldescriptionPost(
        {required WebApiModulesSettingsSetSettingsWallDescriptionWallDescription?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesSettingsSetSettingsWallDescriptionWallDescription,
      () => WebApiModulesSettingsSetSettingsWallDescriptionWallDescription
          .fromJsonFactory);

  return _walldescriptionPost(body: body);
}