actions property

Map of all the action that are registered.

Implementation

UnmodifiableMapView<String, ActionRegistration> get actions =>
    UnmodifiableMapView(_actions);