Message constructor
Message({})
Implementation
Message({
this.createTime,
this.data,
this.labels,
this.messageType,
this.name,
this.parsedData,
this.patientIds,
this.schematizedData,
this.sendFacility,
this.sendTime,
});