values property

Int8List get values

Implementation

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