crewlocationPost method

Implementation

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

  return _crewlocationPost(body: body);
}