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