dart / 2 / dart-ffi / pointer / pointer.fromaddress.html

Pointer<T extends NativeType>.fromAddress constructor

Pointer<T extends NativeType>.fromAddress(
  1. int ptr
)

Construction from raw integer.

Implementation

external factory Pointer.fromAddress(int ptr);

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-ffi/Pointer/Pointer.fromAddress.html