menu
flutter_streetview_web package
documentation
models/marker_options.dart
MarkerOptions
hasMarker property
hasMarker property
dark_mode
light_mode
hasMarker
property
bool
get
hasMarker
Implementation
bool get hasMarker => markerLat != null && markerLng != null;
flutter_streetview_web package
documentation
models/marker_options
MarkerOptions
hasMarker property
MarkerOptions class