hashCode property

  1. @override
int get hashCode
override

Hash code.

Implementation

@override
int get hashCode => from.hashCode * to.hashCode;