Returns Map of 'Intent Actions' if any.
Map<Type, Action<Intent>>? onActions() => inActions != null ? inActions!() : null;