getDebugBoxes method

bool getDebugBoxes()

from: public final boolean getDebugBoxes()

Implementation

bool getDebugBoxes() {
  return _getDebugBoxes(
    reference.pointer,
    _id_getDebugBoxes as jni$_.JMethodIDPtr,
  ).boolean;
}