Returns the hash code for this OverflowBounds.
@override int get hashCode => Object.hash(top, bottom, left, right);