hashCode property

  1. @override
int hashCode
override

Hash code is based on val field only.

Implementation

@override
int get hashCode => val.hashCode;