static bool checkHumo(String? value) { final result = value?.substring(0, 4); return result != "8600"; }