import 'package:flutter_map/flutter_map.dart'; class MapStateInstance { MapController? mapController; LatLngBounds? currentBounds; }