untitledDocumentData property

Uint8List? get untitledDocumentData

If the URI is an untitled file, this will be populated with the byte data of that file

If this is provided, your extension should utilize this byte data rather than executing fs APIs on the URI passed in

Implementation

_i8.Uint8List? get untitledDocumentData => _i5.getProperty(
      this,
      'untitledDocumentData',
    );