setStackHistory property

void setStackHistory=(List<int> x)

Implementation

static set setStackHistory(List<int> x) {
  if (x.isEmpty) return;
  _navbarStackHistory = x;
}