toInt32List method

Int32List toInt32List()

Encapsulates a copy of this int List into a Int32List.

Implementation

Int32List toInt32List() => Int32List.fromList(this);