hashCode property

  1. @override
int hashCode
override

Provides a hash code for this HttpException instance.

The hash code is based on the httpStatus of the exception.

Implementation

@override
int get hashCode => httpStatus.hashCode;