model/call_log_model library
Classes
- CallLogData
- Represents the model for call log data.
- CallLogModel
- Represents the model for call log data.
Functions
-
callLogListFromJson(
String str) → CallLogModel - Converts a JSON string into a CallLogModel object.
-
callLogListToJson(
CallLogModel data) → String - Converts a CallLogModel object into a JSON string.