stats property

List<int> stats

Implementation

List<int> get stats {
  final s = [
    0, //IOreceived
    0, //IOsent
    0, //memUsed
    0 //audience
  ];
  return s;
}