actions property

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

Implementation

Map<Type, Action<Intent>>? get actions => _actions ?? onActions();