SearchStatusDone<T> constructor

const SearchStatusDone<T>(
  1. List<T> result
)

Implementation

const SearchStatusDone(this.result);