allowDashboard property

  1. @TagNumber(4)
bool get allowDashboard

Implementation

@$pb.TagNumber(4)
$core.bool get allowDashboard => $_getBF(3);
  1. @TagNumber(4)
set allowDashboard (bool v)

Implementation

@$pb.TagNumber(4)
set allowDashboard($core.bool v) { $_setBool(3, v); }