localPath property

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

For DOWNLOAD_COMPLETED — landed local path (RN events.ts:118).

Implementation

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

Implementation

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