instancesAccumulated property Null safety

int? instancesAccumulated
read / write

The number of instances of class which have been allocated since the accumulator was last reset.

Implementation

int? instancesAccumulated;