This commit is contained in:
2025-03-03 16:15:12 +02:00
parent 24cd167754
commit b780647445
3 changed files with 20 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ Developed, Maintained, and is property of Michael W. Aziz (Micazi)
- on _List<E>_
- **containsAll()** : Checker to see if a list contains all of the other list. ☑️
- **getUnique()** : Get unique items only of a supplied list. ☑️
- on _Map<T,B>_
- on _List<Map<T,B>>_
- **mergeAllMaps()** : Merges a list of maps into one with a conditional functionality to approve the merge. ☑️
- on _TextAlignVertical_
- **toAlignment()** : convert a `TextAlignVertical` to an `Alignment` object. ☑️