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