ListRecordingsResponse constructor
ListRecordingsResponse({
- required String duration,
- List<
CallRecording> recordings = const [],
Returns a new ListRecordingsResponse instance.
Implementation
ListRecordingsResponse({
required this.duration,
this.recordings = const [],
});