orientation property
PresentationOrientation?
get
orientation
(Nullable) Suggested orientation for the device when displaying the linked resource.
Implementation
PresentationOrientation? get orientation =>
PresentationOrientation.from(otherProperties.optString("orientation"));