actions property

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

Actions that can be invoked by intents

Implementation

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