FileSearchCallOutputItem constructor
const
FileSearchCallOutputItem({})
Creates a FileSearchCallOutputItem.
Implementation
const FileSearchCallOutputItem({
required this.id,
this.queries,
this.results,
this.status,
});