isDirect property

bool isDirect

Whether or not this buffer is direct.

Implementation

bool get isDirect {
  return _isDirectId(this, const jbooleanType(), []);
}