value property

int get value

Extracts the underlying raw Dart int strictly clamped.

Implementation

int get value => _data[0];