menu
async_task package
documentation
async_task_shared_pointer.dart
SharedPointer<T>
isClosed property
isClosed property
dark_mode
light_mode
isClosed
property
bool
get
isClosed
Returns
true
if this instance is closed (in the current
Isolate
).
Implementation
bool get isClosed => _closed;
async_task package
documentation
async_task_shared_pointer
SharedPointer<T>
isClosed property
SharedPointer class