Skip to content

Instantly share code, notes, and snippets.

@nex3
Created February 16, 2016 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nex3/c064b929a1676b502acc to your computer and use it in GitHub Desktop.
Save nex3/c064b929a1676b502acc to your computer and use it in GitHub Desktop.
class VMIsolateRef {
Stream<VMExtensionEvent> get onExtensionEvent;
}
class VMExtensionEvent {
String get kind;
Map get data;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment