deepHash static method

int deepHash(
  1. Object? e1
)

Implementation

static int deepHash(Object? e1) => const DeepCollectionEquality().hash(e1);