VecUChar.fromList constructor

VecUChar.fromList(
  1. List<int> pts
)

Implementation

factory VecUChar.fromList(List<int> pts) => VecUChar.generate(pts.length, (i) => pts[i]);