asInt32List method

  1. @override
Int32List asInt32List()
override

A signed 32-bit view over the buffer (byteLength ~/ 4 elements).

Implementation

@override
Int32List asInt32List() => _bytes.buffer.asInt32List(0, _bytes.length ~/ 4);