AssociateProactiveEngagementDetailsResponse.fromJson constructor

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

Implementation

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