menu
universal_ffi package
documentation
ffi.dart
Pointer<T extends NativeType>
hashCode property
hashCode property
dark_mode
light_mode
hashCode
property
@
override
int
get
hashCode
override
The hash code for a Pointer only depends on its address.
Implementation
@override int get hashCode => address;
universal_ffi package
documentation
ffi
Pointer<T extends NativeType>
hashCode property
Pointer class