instancesAccumulated property Null safety
read / write
The number of instances of class which have been allocated since the accumulator was last reset.
Implementation
int? instancesAccumulated;
The number of instances of class which have been allocated since the accumulator was last reset.
int? instancesAccumulated;