factory TextMessage.fromJson(Map<String, dynamic> json) { return TextMessage(json['id'], DateTime.parse(json['sent']), json['recipientId'], json['text']); }