menu
ai_touristic_info_tool
state_management\gmaps_provider.dart
GoogleMapProvider
isWorld property
isWorld
dark_mode
light_mode
isWorld
property
bool
isWorld
Implementation
bool get isWorld => _isWorld;
void
isWorld=
(
bool
value
)
Implementation
set isWorld(bool value) { _isWorld = value; notifyListeners(); }
ai_touristic_info_tool
gmaps_provider
GoogleMapProvider
isWorld property
GoogleMapProvider class