toInt8List method

Int8List toInt8List()

Encapsulates a copy of this int List into a Int8List.

Implementation

Int8List toInt8List() => Int8List.fromList(this);