ClassHeapDetailStats class

Entries for each class statistics

Constructors

ClassHeapDetailStats(ClassRef classRef, {required int bytes, int deltaBytes = 0, required int instances, int deltaInstances = 0, bool traceAllocations = false})
ClassHeapDetailStats.fromJson(Map<String, dynamic> json)
factory

Properties

bytesCurrent int
final
bytesDelta int
getter/setter pair
classRef → ClassRef
final
hashCode int
The hash code for this object.
no setterinherited
instancesCurrent int
final
instancesDelta int
getter/setter pair
isStacktraced bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

version → const int
Version of ClassHeapDetailsStats payload.