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
Constructors
new
fromAddress
Properties
address
endian
hashCode
isClosed
isInitializer
requiresSerializationToBeShared
runtimeType
Methods
checkClosed
computeSignature
copy
deserialize
deserializeData
free
instantiate
noSuchMethod
read
readNewValue
serialize
toString
write
Operators
operator ==