page property

PresentationPage? get page

Indicates how the linked resource should be displayed in a reading environment that displays synthetic spreads.

Implementation

PresentationPage? get page => PresentationPage.from(this["page"] as String?);