readOnly property

  1. @TagNumber(6)
bool readOnly

Implementation

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

Implementation

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