toList method

List? toList()

Implementation

List? toList() {
  return resultList;
}