@override ConvoView fromJson(Map<String, dynamic> json) { return ConvoView.fromJson(translate(json, ConvoView.knownProps)); }