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