static bool hasUISuffix(String uiName) { final idx = allUISuffixes.indexWhere((e) => uiName.endsWith(e)); return idx >= 0; }