ExtractionSuccess<T> constructor

ExtractionSuccess<T>(
  1. List<T> extracted
)

Implementation

ExtractionSuccess(super.extracted);