data property

List<CallLog>? data
getter/setter pair

A list of CallLog objects representing individual call logs. This list may be null if no call logs are available.

Implementation

List<CallLog>? data;