Map<String, dynamic>? getApiMapObject( K key, { List<K> alternativeKeys = const [], }) { return _parseToMap(_valueFor(key, alternativeKeys)); }