previewPage property

String? get previewPage

ID of the content wiki page to preview the content of the page. Returned in the format owner_id_page_ids.

Implementation

String? get previewPage => payload['preview_page'];