view method

Uint32List view()

Implementation

Uint32List view() {
  return _data.buffer.asUint32List(_data.offsetInBytes, length);
}