toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return {
    'deviceSerial': deviceSerial,
    'deviceName': deviceName,
    'deviceType': deviceType,
    'status': status,
    'supportWifi': supportWifi,
    'netType': netType,
  };
}