testOnlyRecentActions property
List<AFActionWithKey>
get
testOnlyRecentActions
Used internally to get the most recent action with the specified key.
Implementation
List<AFActionWithKey> get testOnlyRecentActions {
return _recentActions;
}