readOnly property

  1. @TagNumber(8)
bool readOnly

Implementation

@$pb.TagNumber(8)
$core.bool get readOnly => $_getBF(4);
  1. @TagNumber(8)
void readOnly=(bool v)

Implementation

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