onActions method

Map<Type, Action<Intent>>? onActions()

Implementation

Map<Type, Action<Intent>>? onActions() =>
    inActions != null ? inActions!() : null;