autoDispose property
bool
get
autoDispose
Alias for backward compatibility
Implementation
static bool get autoDispose => enableAutoDispose;
set
autoDispose
(bool value)
Implementation
static set autoDispose(bool value) => enableAutoDispose = value;