Create a ClientContact from JSON
factory ClientContact.fromJson(Map<String, dynamic> json) => _$ClientContactFromJson(json);