isSquare property

bool isSquare

Implementation

bool get isSquare => width == height;