copyWith method

Implementation

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