rescanLocal property

  1. @TagNumber.new(2)
bool get rescanLocal

Scan managed model directories and link valid on-disk artifacts.

Implementation

@$pb.TagNumber(2)
$core.bool get rescanLocal => $_getBF(1);
  1. @TagNumber.new(2)
set rescanLocal (bool value)

Implementation

@$pb.TagNumber(2)
set rescanLocal($core.bool value) => $_setBool(1, value);