core.Map<core.String, core.dynamic> toJson() { final event = this.event; final vmId = this.vmId; return {'event': ?event, 'vmId': ?vmId}; }