Dart
dart:ffi
Pointer
<
T extends NativeType
>
elementAt method
elementAt
Dart
dart:ffi
Pointer
<
T extends NativeType
>
elementAt method
Pointer class
Constructors
fromAddress
Properties
address
hashCode
runtimeType
Methods
cast
elementAt
noSuchMethod
toString
Operators
operator ==
Static methods
fromFunction
description
elementAt
method
Null safety
Pointer
<
T
>
elementAt
(
int
index
)
Pointer arithmetic (takes element size into account).
Implementation
external Pointer<T> elementAt(int index);