PersistedToolResult constructor

const PersistedToolResult({
  1. required String filepath,
  2. required int originalSize,
  3. required bool isJson,
  4. required String preview,
  5. required bool hasMore,
})

Implementation

const PersistedToolResult({
  required this.filepath,
  required this.originalSize,
  required this.isJson,
  required this.preview,
  required this.hasMore,
});