Pointer<T> class
- Available extensions
Constructors
- Pointer.new(int addr)
-
const
Properties
Methods
-
asTypedList(
int length) → Uint8List -
Available on Pointer<
Uint8> , provided by the PointerUint8AsTypedList extension -
cast<
R> () → Pointer< R> -
copy(
TypedData data) → void -
Available on Pointer, provided by the PointerCopy extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator +(
int offset) → Pointer< T> -
operator ==(
Object other) → bool -
The equality operator.
override