fieldsFetchingInfo property

Set<E> get fieldsFetchingInfo

The set of fields currently waiting on a remote info fetch.

Override when using BlocxFormInfoFetcherMixin to track per-field loading indicators.

Implementation

Set<E> get fieldsFetchingInfo => <E>{};