QueryCallsResponse constructor
QueryCallsResponse({
- List<
CallStateResponseFields> calls = const [], - required String duration,
- String? next,
- String? prev,
Returns a new QueryCallsResponse instance.
Implementation
QueryCallsResponse({
this.calls = const [],
required this.duration,
this.next,
this.prev,
});