className property

String? className

Implementation

String? get className {
  _cls ??= getJClassName(pointer);
  return _cls;
}