DeviceInfo constructor

const DeviceInfo(
  1. {required String firmwareVersion,
  2. required String deviceType,
  3. required String ksn,
  4. required double currentElePer}
)

Constructs a new DeviceInfo object.

Implementation

const DeviceInfo