localPath property
For DOWNLOAD_COMPLETED — landed local path (RN events.ts:118).
Implementation
@$pb.TagNumber(8)
$core.String get localPath => $_getSZ(7);
Implementation
@$pb.TagNumber(8)
set localPath($core.String value) => $_setString(7, value);