actions property

BehaviorSubject<List<LogMessage>> get actions

Implementation

BehaviorSubject<List<LogMessage>> get actions => _userActions;