menu
database_universe package
documentation
core/core/native/ffi.dart
ptrFromAddress<T extends NativeType> function
ptrFromAddress<T extends NativeType> function
dark_mode
light_mode
ptrFromAddress<
T extends NativeType
>
function
@tryInline
Pointer
<
T
>
ptrFromAddress
<
T extends NativeType
>(
int
addr
)
Implementation
@tryInline Pointer<T> ptrFromAddress<T extends NativeType>(int addr) => Pointer.fromAddress(addr);
database_universe package
documentation
core/core/native/ffi
ptrFromAddress<T extends NativeType> function
ffi library