DeviceInfo constructor

DeviceInfo(
  1. DevicePlatform platform,
  2. String appName,
  3. String appVersion,
  4. int maxProtocolVersion,
  5. List features,
)

Implementation

DeviceInfo(this.platform, this.appName, this.appVersion, this.maxProtocolVersion, this.features);