Creates a source from map.
map
const MapConfigurationSource({required Map<String, dynamic> map}) : _map = map;