$PyListCopyWith<$Res> constructor

$PyListCopyWith<$Res>(
  1. PyList value,
  2. $Res then(
    1. PyList
    )
)

Implementation

factory $PyListCopyWith(PyList value, $Res Function(PyList) then) =
    _$PyListCopyWithImpl<$Res>;