queen_map/queen_map library

Functions

findInMap(String path, Map map, {String splitOperator = '.'}) Object?
goes into the map extract the value by the key
flatMapKeys(Map<String, Object?> map) List<String>
takes a Map and return the flat keys to the map Example map :
mergeTwoMaps(dynamic a, dynamic b) → dynamic
  • merges to maps into single one
  • if the key found in both maps it will use the one from the second map