originalRegion property

R originalRegion
final

A copy of the BaseRegion used to form this object

To make decisions based on the type of this region, prefer when over switching on R manually.

Implementation

final R originalRegion;