copy method

Uint32List copy()

Returns a copy of this instance.

Implementation

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