copyWith method

Implementation

OutputNetworkFrameRemappingFramesFrameBluePut$RequestBody copyWith(
    {int? data}) {
  return OutputNetworkFrameRemappingFramesFrameBluePut$RequestBody(
      data: data ?? this.data);
}