ContextDevice constructor
ContextDevice(})
Implementation
ContextDevice(this.manufacturer, this.model, this.name, this.type,
{this.id,
this.adTrackingEnabled,
this.advertisingId,
this.token,
this.trackingStatus,
Map<String, dynamic>? custom})
: super(custom: custom);