outputNetworkFrameRemappingFramesFrameBlueGet method

Future<Response<Blue$Response>> outputNetworkFrameRemappingFramesFrameBlueGet({
  1. int? $set,
  2. required int? frame,
})

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);
}