menu
pusher_client_socket package
documentation
utils/collection.dart
Collection<T>
get method
get method
dark_mode
light_mode
get
method
T?
get
(
String
id
)
Gets an item from the collection by its ID.
Implementation
T? get(String id) => _items[id];
pusher_client_socket package
documentation
utils/collection
Collection<T>
get method
Collection class