menu
hypen_flutter package
documentation
state/lib.dart
HypenProxy<T extends Hypen, I>
isDisposable property
isDisposable property
dark_mode
light_mode
isDisposable
property
bool
get
isDisposable
inherited
Implementation
bool get isDisposable => (this as HypenProxy)._source == null || (autoDispose && refCount == 0);
hypen_flutter package
documentation
state/lib
HypenProxy<T extends Hypen, I>
isDisposable property
HypenProxy mixin