Future addPoint(String key, int value) async { points.add(Point(pointPrefix + key).addField('value', value)); }