factory ChatSeen.fromJson(Map<String, dynamic> json) { return ChatSeen(json['contactId'], DateTime.parse(json['time'])); }