isRefreshable property
bool
get
isRefreshable
Whether BlocxCollectionRefreshableMixin is applied.
Implementation
bool get isRefreshable => this is BlocxCollectionRefreshableMixin<T, P>;
Whether BlocxCollectionRefreshableMixin is applied.
bool get isRefreshable => this is BlocxCollectionRefreshableMixin<T, P>;