flipped property
dynamic
get
flipped
Flip width with Height, and returns a new instance
Implementation
get flipped => WallSize(this.height, this.width);
Flip width with Height, and returns a new instance
get flipped => WallSize(this.height, this.width);