$PyTupleCopyWith<$Res> constructor

$PyTupleCopyWith<$Res>(
  1. PyTuple value,
  2. $Res then(
    1. PyTuple
    )
)

Implementation

factory $PyTupleCopyWith(PyTuple value, $Res Function(PyTuple) then) =
    _$PyTupleCopyWithImpl<$Res>;