localPath property

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

Non-empty means the adapter file is on disk. This is the single definition of "downloaded".

Implementation

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

Implementation

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