hashCode property

  1. @override
int get hashCode
override

Generates a hash code for this offset.

The hash code is based on both x and y coordinates.

Implementation

@override
int get hashCode => Object.hash(x, y);