values property

Iterable<Callback<T>> get values

Get all callbacks

Implementation

Iterable<Callback<T>> get values => _map.values;