localPath property

  1. @TagNumber.new(7)
String get localPath

Stable path or URI string after platform adapters have normalized native file handles. Do not place Android SAF/content URI permissions, iOS security-scoped bookmarks, browser FileSystemHandle objects, or other OS-governed capabilities in this C++-owned metadata field.

Implementation

@$pb.TagNumber(7)
$core.String get localPath => $_getSZ(6);
  1. @TagNumber.new(7)
set localPath (String value)

Implementation

@$pb.TagNumber(7)
set localPath($core.String value) => $_setString(6, value);