toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return {
    "deviceId": deviceId,
    "deviceName": deviceName,
    "deviceType": deviceType,
    "vendorId": vendorId,
    "describeContents": describeContents,
  };
}