debugReferenceCount property
int
get
debugReferenceCount
Implementation
int get debugReferenceCount =>
_rt == null ? 0 : jsRuntimeReferenceCount(_rt!);
int get debugReferenceCount =>
_rt == null ? 0 : jsRuntimeReferenceCount(_rt!);