values property

Uint32List get values

Implementation

Uint32List get values {
  _assertNotReleased();
  return _snapshot;
}