pickResult property
Stream<FilamentPickResult>
get
pickResult
The result(s) of calling pick (see below). This may be a broadcast stream, so you should ensure you have subscribed to this stream before calling pick. If pick is called without an active subscription to this stream, the results will be silently discarded.
Implementation
Stream<FilamentPickResult> get pickResult;