Unpacker.fromList constructor

Unpacker.fromList(
  1. List<int> l
)

Convenient

Implementation

Unpacker.fromList(List<int> l) : this(Uint8List.fromList(l));