shouldInstall property

  1. @TagNumber.new(18)
bool get shouldInstall

Implementation

@$pb.TagNumber(18)
$core.bool get shouldInstall => $_getBF(14);
  1. @TagNumber.new(18)
set shouldInstall (bool value)

Implementation

@$pb.TagNumber(18)
set shouldInstall($core.bool value) => $_setBool(14, value);