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