actions property

Map<Type, Action<Intent>>? actions
final

The default map of intent keys to actions for the application.

Implementation

final Map<Type, Action<Intent>>? actions;