UIRootBlockData constructor

UIRootBlockData({
  1. List<UIPageBlock>? pages,
  2. String? currentPageId,
})

Implementation

UIRootBlockData({
  this.pages,
  this.currentPageId,
});