AssociateContactWithAddressBookResponse.fromJson constructor

AssociateContactWithAddressBookResponse.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory AssociateContactWithAddressBookResponse.fromJson(
    Map<String, dynamic> _) {
  return AssociateContactWithAddressBookResponse();
}