CallLogs constructor

CallLogs(
  1. List<CallHistory> callHistory
)

Implementation

CallLogs(
   this.callHistory,
);