CallLogModel constructor
CallLogModel({
- List<
CallLogData> ? data, - int? totalPages,
Constructs a CallLogModel instance.
Implementation
CallLogModel({
this.data,
this.totalPages,
});