processingOscaSeamCorrectionEnabledGet method
Future<Response<SeamCorrectionEnabled$Response> >
processingOscaSeamCorrectionEnabledGet({
- bool? $set,
Get Osca Seam Correction Enabled @param set Sets the seam-correction-enabled
Implementation
Future<chopper.Response<SeamCorrectionEnabled$Response>>
processingOscaSeamCorrectionEnabledGet({bool? $set}) {
generatedMapping.putIfAbsent(SeamCorrectionEnabled$Response,
() => SeamCorrectionEnabled$Response.fromJsonFactory);
return _processingOscaSeamCorrectionEnabledGet($set: $set);
}