hashCode property - DynamicLibrary class - dart:ffi library (original) (raw)

description

int gethashCode

override

The hash code for a DynamicLibrary only depends on the loaded library.

Implementation

external int get hashCode;