autoDisposeWhenUnreferenced property

bool autoDisposeWhenUnreferenced
final

Returns true if ScopedQueryFamily should be automatically discarded when it is no longer referenced by any widget.

ScopedQueryFamilyがどのウィジェットにも参照されなくなったときに自動的に破棄する場合trueを返します。

Implementation

final bool autoDisposeWhenUnreferenced;