SearchResult<Type> constructor

SearchResult<Type>(
  1. int numFetched,
  2. int numTotalAccordingToSearchParam,
  3. Iterable<Type> collection
)

Implementation

SearchResult(this.numFetched,this.numTotalAccordingToSearchParam,this.collection);