fromWords method

List<int> fromWords(
  1. List<int> words
)

Implementation

List<int> fromWords(List<int> words) {
  return convert(words, 5, 8, false);
}