menu
contacts_getter package
documentation
models/call_logs_model.dart
CallLog
CallLog.new constructor
CallLog.new constructor
dark_mode
light_mode
CallLog
constructor
CallLog
(
{
String
id
=
""
,
String
number
=
""
,
String
date
=
""
,
String
type
=
""
,
String
duration
=
""
,
})
Implementation
CallLog({ this.id = "", this.number = "", this.date = "", this.type = "", this.duration = "", });
contacts_getter package
documentation
models/call_logs_model
CallLog
CallLog.new constructor
CallLog class