toUint32List method

Uint32List toUint32List()

Encapsulates a copy of this int List into a Uint32List.

Implementation

Uint32List toUint32List() => Uint32List.fromList(this);