isReadOnly property

bool get isReadOnly

Whether or not this buffer is read-only.

Implementation

bool get isReadOnly {
  return _isReadOnlyId(this, const jbooleanType(), []);
}