hashCode property

  1. @override
int hashCode
override

Computes the hashCode given the value of the attributes of this instance.

Implementation

@override
int get hashCode => height.hashCode ^ width.hashCode ^ duration.hashCode;