$PyIntCopyWith<$Res> constructor

$PyIntCopyWith<$Res>(
  1. PyInt value,
  2. $Res then(
    1. PyInt
    )
)

Implementation

factory $PyIntCopyWith(PyInt value, $Res Function(PyInt) then) =
    _$PyIntCopyWithImpl<$Res>;