toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final adapterInfo = this.adapterInfo;
final displayDevices = this.displayDevices;
final eprivacySupported = this.eprivacySupported;
final touchScreenInfo = this.touchScreenInfo;
return {
'adapterInfo': ?adapterInfo,
'displayDevices': ?displayDevices,
'eprivacySupported': ?eprivacySupported,
'touchScreenInfo': ?touchScreenInfo,
};
}