inActions property

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

Returns Map of 'Intent Actions' if any.

Implementation

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