processingCurvesWhitePointsGet method
Get Curves White Points @param set Sets the points
Implementation
Future<chopper.Response<Points$Response>> processingCurvesWhitePointsGet(
{List? $set}) {
generatedMapping.putIfAbsent(
Points$Response, () => Points$Response.fromJsonFactory);
return _processingCurvesWhitePointsGet($set: $set);
}