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