orientation property

PresentationOrientation? get orientation

Suggested orientation for the device when displaying the linked resource.

Implementation

PresentationOrientation? get orientation =>
    PresentationOrientation.from(this["orientation"] as String?);