Map<String, dynamic> toJson() { final data = <String, dynamic>{}; data['callHistoryList'] = callHistory.map((e)=>e.toJson()).toList(); return data; }