orientation property

(Nullable) Suggested orientation for the device when displaying the linked resource.

Implementation

PresentationOrientation? get orientation =>
    PresentationOrientation.from(otherProperties.optString("orientation"));