sourceUri property
Adapter-normalized document source. Pickers, sandbox bookmarks, and platform file access remain SDK-owned.
Implementation
@$pb.TagNumber(5)
$core.String get sourceUri => $_getSZ(3);
Implementation
@$pb.TagNumber(5)
set sourceUri($core.String value) => $_setString(3, value);