menu
web_ffi_fork package
documentation
web_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;
web_ffi_fork package
documentation
web_ffi
Pointer<T extends NativeType>
hashCode property
Pointer class