copyWith property
Copy function for EvidenceSampleSize Returns a copy of the current instance with the provided fields modified. If a field is not provided, it will retain its original value. If a null is provided, this will clearn the field, unless the field is required, in which case it will keep its current value.
Implementation
@override
$EvidenceSampleSizeCopyWith<EvidenceSampleSize> get copyWith =>
_$EvidenceSampleSizeCopyWithImpl<EvidenceSampleSize>(
this,
(value) => value,
);