onlySimulators property

  1. @TagNumber(2)
bool onlySimulators

Implementation

@$pb.TagNumber(2)
$core.bool get onlySimulators => $_getBF(1);
  1. @TagNumber(2)
void onlySimulators=(bool v)

Implementation

@$pb.TagNumber(2)
set onlySimulators($core.bool v) {
  $_setBool(1, v);
}