copyWith method

Implementation

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