missedCallLogs
Retrieves the user's missed call logs.
This property provides a list of call logs categorized as missed calls. Each entry in the list is a CallLog object. This allows for the easy identification and management of missed calls separately from other types of call logs.
The list of missed call logs is dynamically computed each time the callLogs property is updated, ensuring that it reflects the most current state of missed calls. The list is sorted by call log date, with newer calls appearing first.
Return
A list of CallLog objects representing the user's missed call logs.