hashCode property

  1. @override
int hashCode
override

A hash code for the type which is compatible with operator==.

Implementation

@override
int get hashCode => Object.hash(fieldType, name);