MessageModel constructor

MessageModel({
  1. String? time,
  2. String? type = "text",
  3. dynamic value,
})

Implementation

MessageModel({this.time, this.type = "text", this.value}) {
  id = "${time}981m5Qqw";
  uniqueID = "$identityHashCode";
}