IOrientationValues constructor

IOrientationValues(
  1. IOrientation landscape_,
  2. IOrientation portrait_
)

Implementation

IOrientationValues(this.landscape_,
    this.portrait_) : delegate = List.unmodifiable([landscape_,portrait_]);