relativePath property

String? relativePath
final

The relative path abstraction of the asset.

  • Android 10 and above: MediaStore.MediaColumns.RELATIVE_PATH.
  • Android 9 and below: The parent path of MediaStore.MediaColumns.DATA.
  • iOS/macOS: Always null.

Implementation

final String? relativePath;