Page.empty constructor

Page.empty()

Implementation

Page.empty() {
  nodes = List.empty(growable: true);
  next = List.empty(growable: true);
  currentIndex = 0;
}