toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (adapterInfo != null) 'adapterInfo': adapterInfo!,
      if (displayDevices != null) 'displayDevices': displayDevices!,
      if (eprivacySupported != null) 'eprivacySupported': eprivacySupported!,
      if (touchScreenInfo != null) 'touchScreenInfo': touchScreenInfo!,
    };