Picker<T> constructor

Picker<T>(
  1. Computed<T> _getCompute()
)

Implementation

Picker(this._getCompute);