factory WorldMap.fromShallowMap(Map<String, dynamic> map) => WorldMap( settings: map['settings'], image: map['image'], );