Map<String, dynamic> encode() { return { '__typename': 'UIRootBlockData', 'pages': pages?.map((e) => e.encode()).toList(growable: false), 'currentPageId': currentPageId, }; }