hashCode property

int hashCode

Implementation

int get hashCode => _JenkinsSmiHash.hash4(
    left.hashCode, top.hashCode, width.hashCode, height.hashCode);