Source
@override int get hashCode { int a = this.x.hashCode; int b = this.y.hashCode; int c = this.radius.hashCode; return JenkinsHash.hash3(a, b, c); }
@override int get hashCode { int a = this.x.hashCode; int b = this.y.hashCode; int c = this.radius.hashCode; return JenkinsHash.hash3(a, b, c); }