processingCurvesWhitePointsGet method

Future<Response<Points$Response>> processingCurvesWhitePointsGet({
  1. List? $set,
})

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);
}