Returns the hash code for this angle.
The hash code is based on the angle value in radians.
@override int get hashCode => angleRadians.hashCode;