callLogListFromJson function

CallLogModel callLogListFromJson(
  1. String str
)

Implementation

CallLogModel callLogListFromJson(String str) =>
    CallLogModel.fromJson(json.decode(str));