UIRootBlockData constructor
UIRootBlockData({
- List<
UIPageBlock> ? pages, - String? currentPageId,
Implementation
UIRootBlockData({
this.pages,
this.currentPageId,
});