converter property

StoreConverter<S, ViewModel> converter
final

Convert the Store into a ViewModel. The resulting ViewModel will be passed to the builder function.

Implementation

final StoreConverter<S, ViewModel> converter;