Message.time constructor
Implementation
Message.time(int id, String content, bool fromMe, bool showTime, String date) {
this.id = id;
this.date = date;
this.content = content;
this.fromMe = fromMe;
this.showTime = showTime;
}
Message.time(int id, String content, bool fromMe, bool showTime, String date) {
this.id = id;
this.date = date;
this.content = content;
this.fromMe = fromMe;
this.showTime = showTime;
}