values property

Int16List get values

Implementation

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