Sets the debugging name of the VM.
name
Note that since this object is immutable, it needs to be reloaded to see the new name.
Future setName(String name) => _peer.sendRequest("setVMName", {"name": name});