outputGlobalColourDynacalHighlightOverbrightPixelsEnabledGet method
Future<Response<HighlightOverbrightPixelsEnabled$Response> >
outputGlobalColourDynacalHighlightOverbrightPixelsEnabledGet({
- bool? $set,
Get Highlight Overbright Pixels Enabled @param set Sets the highlight-overbright-pixels-enabled
Implementation
Future<chopper.Response<HighlightOverbrightPixelsEnabled$Response>>
outputGlobalColourDynacalHighlightOverbrightPixelsEnabledGet(
{bool? $set}) {
generatedMapping.putIfAbsent(HighlightOverbrightPixelsEnabled$Response,
() => HighlightOverbrightPixelsEnabled$Response.fromJsonFactory);
return _outputGlobalColourDynacalHighlightOverbrightPixelsEnabledGet(
$set: $set);
}