DeviceMobileDetailDTO constructor
DeviceMobileDetailDTO({})
Returns a new DeviceMobileDetailDTO instance.
Implementation
DeviceMobileDetailDTO({
this.id,
this.type,
this.category,
this.categoryCode,
this.typeCode,
this.modelName,
this.name,
this.objectNames = const [],
});