getDepth method

int getDepth()

Implementation

int getDepth() {
  final response = nativeGetDepth(nativeObject).ref;
  return response.getUint32();
}