DeviceInfo constructor
DeviceInfo(
- DevicePlatform platform,
- String appName,
- String appVersion,
- int maxProtocolVersion,
- List features,
Implementation
DeviceInfo(this.platform, this.appName, this.appVersion, this.maxProtocolVersion, this.features);