CallLogs.fromJson(Map<String, dynamic> json){ callHistory = List.from(json['callHistoryList']).map((e)=>CallHistory.fromJson(e)).toList(); }