outputGlobalColourGainsIntensityGet method
Get Intensity Gain @param set Sets the intensity
Implementation
Future<chopper.Response<Intensity$Response>>
outputGlobalColourGainsIntensityGet({num? $set}) {
generatedMapping.putIfAbsent(
Intensity$Response, () => Intensity$Response.fromJsonFactory);
return _outputGlobalColourGainsIntensityGet($set: $set);
}