samplingSize property
int
get
samplingSize
The sampling size of this deployment in terms of number of Measurement
that has been collected since sampling was started.
Note that this number is not persistent, and the counter hence resets
across app restart.
Implementation
int get samplingSize => _samplingSize;