toU8List method

Uint8List toU8List()

alias of data

This method will return a full copy of data

https://github.com/rainyl/opencv_dart/issues/85

Implementation

Uint8List toU8List() => Uint8List.fromList(data);