menu
mapsindoors_googlemaps package
documentation
mapsindoors.dart
MPVenueCollection
getById method
getById method
dark_mode
light_mode
getById
method
MPVenue
?
getById
(
String
id
)
inherited
Fetch an element by its identifier
Implementation
T? getById(String id) { return _map[id]; }
mapsindoors_googlemaps package
documentation
mapsindoors
MPVenueCollection
getById method
MPVenueCollection class