jsHeapUsedSize property

int? jsHeapUsedSize

Used JavaScript heap size.

Implementation

int? get jsHeapUsedSize => values['JSHeapUsedSize'] as int?;