DeviceTagsDTO constructor
Implementation
const DeviceTagsDTO({
this.deviceId,
this.displayName,
this.serialNumber,
this.dealerAppTags,
this.dealerTokens,
this.homeOwnerTags,
this.homeOwnerEmails,
this.dealerEmails,
});
const DeviceTagsDTO({
this.deviceId,
this.displayName,
this.serialNumber,
this.dealerAppTags,
this.dealerTokens,
this.homeOwnerTags,
this.homeOwnerEmails,
this.dealerEmails,
});