AccountSetEvent constructor.
\Drupal\Core\Session\AccountInterface $account: The set account.
public function __construct(AccountInterface $account) { $this->account = $account; }