values property

Int32List get values

Implementation

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