Creates a Contact from a JSON object.
factory Contact.fromJson(Map<String, dynamic> json) => _$ContactFromJson(json);