processingColourReplaceEnabledGet method

Future<Response<Enabled$Response>> processingColourReplaceEnabledGet({
  1. bool? $set,
})

Get Colour Replace Enabled @param set Sets the enabled

Implementation

Future<chopper.Response<Enabled$Response>> processingColourReplaceEnabledGet(
    {bool? $set}) {
  generatedMapping.putIfAbsent(
      Enabled$Response, () => Enabled$Response.fromJsonFactory);

  return _processingColourReplaceEnabledGet($set: $set);
}