autoDisposeWhenUnreferenced property

bool autoDisposeWhenUnreferenced
final

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

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

Implementation

final bool autoDisposeWhenUnreferenced;