copyWith method
Implementation
OutputNetworkFrameRemappingFramesFrameYOffsetPut$RequestBody copyWith(
{int? data}) {
return OutputNetworkFrameRemappingFramesFrameYOffsetPut$RequestBody(
data: data ?? this.data);
}
OutputNetworkFrameRemappingFramesFrameYOffsetPut$RequestBody copyWith(
{int? data}) {
return OutputNetworkFrameRemappingFramesFrameYOffsetPut$RequestBody(
data: data ?? this.data);
}