menu
neomage package
documentation
data/tools/file_read_tool.dart
FileReadInput
FileReadInput.new const constructor
FileReadInput.new const constructor
dark_mode
light_mode
FileReadInput
constructor
const
FileReadInput
(
{
required
String
filePath
,
int
?
offset
,
int
?
limit
,
String
?
pages
,
})
Implementation
const FileReadInput({ required this.filePath, this.offset, this.limit, this.pages, });
neomage package
documentation
data/tools/file_read_tool
FileReadInput
FileReadInput.new const constructor
FileReadInput class