IngestTextBody constructor
Returns a new IngestTextBody instance.
Implementation
IngestTextBody({
required this.fileName,
required this.text,
});
Returns a new IngestTextBody instance.
IngestTextBody({
required this.fileName,
required this.text,
});