copyWith method

Implementation

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