RecordingsListType constructor

RecordingsListType({
  1. String? filter_by,
  2. int? limit,
  3. int? page,
})

Implementation

RecordingsListType({this.filter_by, this.limit, this.page});