outputNetworkFrameRemappingFramesFrameBlueGet method
Get Frame Remapping Blue @param set Sets the blue
Implementation
Future<chopper.Response<Blue$Response>>
outputNetworkFrameRemappingFramesFrameBlueGet({
int? $set,
required int? frame,
}) {
generatedMapping.putIfAbsent(
Blue$Response, () => Blue$Response.fromJsonFactory);
return _outputNetworkFrameRemappingFramesFrameBlueGet(
$set: $set, frame: frame);
}