kIsolateUpdate constant Null safety

String const kIsolateUpdate

Notification that isolate identifying information has changed. Currently used to notify of changes to the isolate debugging name via setName.

Implementation

static const String kIsolateUpdate = 'IsolateUpdate';