buffer method

List<int> buffer()

Implementation

List<int> buffer() {
  return _buffer;
}