hashCode property - DynamicLibrary class - dart:ffi library (original) (raw)
int gethashCode
override
The hash code for a DynamicLibrary only depends on the loaded library.
Implementation
external int get hashCode;
int gethashCode
override
The hash code for a DynamicLibrary only depends on the loaded library.
external int get hashCode;