static bool isChecked(dynamic checker, List<dynamic>? list) { return checker != null && list != null && list.isNotEmpty && list.contains(checker); }