rawFile property

Object? rawFile
final

Opaque handle to the underlying platform file instance (e.g. web.File in browser DOM).

Untyped (Object?) to avoid DOM dependencies during SSR and VM tests.

Implementation

final Object? rawFile;