hash abstract method

int hash(
  1. dynamic value
)
override

Calculates the hash of a value.

Implementation

int hash(dynamic value);