processingColourReplaceStrengthGet method

Future<Response<Strength$Response>> processingColourReplaceStrengthGet({
  1. num? $set,
})

Get Colour Replace Strength @param set Sets the strength

Implementation

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

  return _processingColourReplaceStrengthGet($set: $set);
}