terminateCapability property Null safety
final
Capability granting the ability to terminate the isolate.
This capability is required by kill and setErrorsFatal.
If the capability is null
, or if it is not the correct termination
capability of the isolate identified by controlPort,
then calls to those methods will have no effect.
Implementation
final Capability? terminateCapability;