isPortrait property

bool isPortrait

Implementation

bool get isPortrait {
  return (this == Orientation.portrait);
}