commonTones constant Null safety
Commonly-used tone values.
Implementation
static const List<int> commonTones = [
  0,
  10,
  20,
  30,
  40,
  50,
  60,
  70,
  80,
  90,
  95,
  99,
  100,
];
Commonly-used tone values.
static const List<int> commonTones = [
  0,
  10,
  20,
  30,
  40,
  50,
  60,
  70,
  80,
  90,
  95,
  99,
  100,
];