actions property

  1. @Deprecated('Should not be an exposed property')
Map<Type, Action<Intent>>? get actions
inherited

Implementation

@Deprecated('Should not be an exposed property')
Map<Type, Action<Intent>>? get actions => _actions ?? onActions();