value property

double get value

The double at address.

Implementation

double get value => this[0];
set value (double value)

Implementation

void set value(double value) => this[0] = value;