value property

Pointer<T> value

The pointer at address.

Implementation

Pointer<T> get value => this[0];
void value=(Pointer<T> value)

Implementation

void set value(Pointer<T> value) => this[0] = value;