static Object? ignoreToken(Object? groupId) { if (identical(groupId, newGroupKey)) { return null; } return groupId; }