value property

ByteData? value

The last read value of the descriptor. Will start out as null.

Implementation

ByteData? get value => _descriptor.value;