ParentEntityFilter constructor

ParentEntityFilter({
  1. List<String>? fileType,
  2. List<String>? filterIds,
  3. String? filterType,
})

Implementation

ParentEntityFilter({this.fileType, this.filterIds, this.filterType});