inActions property

(Map<Type, Action<Intent>> Function()?) inActions
final

Returns Map of 'Intent Actions' if any.

Implementation

final Map<Type, Action<Intent>> Function()? inActions;