get value as num
num? getNum(String i) { final data = map[i]; if (data == null) return null; return data.first.toNum(); }