allowEditor property

  1. @TagNumber(2)
bool get allowEditor

Implementation

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

Implementation

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