menu
mapsindoors_platform_interface package
documentation
platform_library.dart
MPCollection<T>
getById method
getById method
dark_mode
light_mode
getById
method
T?
getById
(
String
id
)
Fetch an element by its identifier
Implementation
T? getById(String id) { return _map[id]; }
mapsindoors_platform_interface package
documentation
platform_library
MPCollection<T>
getById method
MPCollection class