Device.empty constructor

Device.empty()

Creates an empty Device object.

Implementation

Device.empty()
    : idV1 = "",
      productData = DeviceProductData.empty(),
      metadata = DeviceMetadata.empty(),
      _originalMetadata = DeviceMetadata.empty(),
      services = [],
      _originalIdentifyAction = null,
      super.empty();