toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'identifier': identifier,
    'vendorId': vendorId,
    'productId': productId,
    'productName': productName,
    'deviceId': deviceId,
    'deviceName': deviceName,
    'manufacturerName': manufacturerName,
    'configurationCount': configurationCount,
  };
}