bodyCharLength property
Text length as Dart String.length would report it (UTF-16 code units).
This lets file-path ingest callers display the same "extracted text length" style UI without materializing the full body in Dart.
Implementation
final int? bodyCharLength;