processingColourReplaceColourToleranceGet method

Future<Response<ColourTolerance$Response>> processingColourReplaceColourToleranceGet({
  1. num? $set,
})

Get Colour Replace Colour Tolerance @param set Sets the colour-tolerance

Implementation

Future<chopper.Response<ColourTolerance$Response>>
    processingColourReplaceColourToleranceGet({num? $set}) {
  generatedMapping.putIfAbsent(ColourTolerance$Response,
      () => ColourTolerance$Response.fromJsonFactory);

  return _processingColourReplaceColourToleranceGet($set: $set);
}