orientationMap top-level property

Map<String, Orientation> orientationMap
final

Implementation

final orientationMap = {
  "portrait": Orientation.portrait,
  "landscape": Orientation.landscape,
};