fileUri property
Local path or file:// URI, read and decoded by the platform adapter.
Implementation
@$pb.TagNumber(2)
$core.String get fileUri => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set fileUri($core.String value) => $_setString(1, value);