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