loadList method

void loadList(
  1. List<int> src
)

Implementation

void loadList(List<int> src) {
  loadListOffset(src, 0, src.length);
}