actions property

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

Actions to handle for intents.

Implementation

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