factory Reply.fromJson(Map<String, dynamic> json) { return Reply( reference: json['reference'] as String, content: json['content'], contentType: ContentType.fromMap(json['contentType']), ); }