hasArray property

bool hasArray

Whether or not this buffer is backed by an accessible array.

Implementation

bool get hasArray {
  return _hasArrayId(this, const jbooleanType(), []);
}