WorldMap.fromShallowMap constructor

WorldMap.fromShallowMap(
  1. Map<String, dynamic> map
)

Implementation

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