isLandscape property

bool get isLandscape

Implementation

bool get isLandscape {
  return (this == Orientation.landscape);
}