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