$PyTypeAnnotationCopyWith<$Res> constructor

$PyTypeAnnotationCopyWith<$Res>(
  1. PyTypeAnnotation value,
  2. $Res then(
    1. PyTypeAnnotation
    )
)

Implementation

factory $PyTypeAnnotationCopyWith(
        PyTypeAnnotation value, $Res Function(PyTypeAnnotation) then) =
    _$PyTypeAnnotationCopyWithImpl<$Res>;