Pointer<T>  class 
 
- Available extensions
 
Properties
Methods
- 
  asTypedList(
int length) → Float32List  - 
      
Available on Pointer<
Float> , provided by the PointerFloatLists extension - 
  asTypedList(
int length) → Int16List  - 
      
Available on Pointer<
Int16> , provided by the PointerInt16Lists extension - 
  asTypedList(
int length) → Int32List  - 
      
Available on Pointer<
Int32> , provided by the PointerInt32Lists extension - 
  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
 - 
  copy(
Float32List data) → void  - 
      
Available on Pointer<
Float> , provided by the PointerFloatLists extension - 
  copy(
Int16List data) → void  - 
      
Available on Pointer<
Int16> , provided by the PointerInt16Lists extension - 
  copy(
Int32List data) → void  - 
      
Available on Pointer<
Int32> , provided by the PointerInt32Lists 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