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