squareSize method

Size squareSize()

Returns Size

Implementation

Size squareSize() =>
    Size(this.validate().toDouble(), this.validate().toDouble());