values property

Int64List get values

Implementation

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