MapScreen constructor

const MapScreen({
  1. Key? key,
  2. required Map<String, String> env,
})

Implementation

const MapScreen({super.key, required this.env});