toList method

List toList ()

Implementation

List<dynamic> toList() {
  return _internalList;
}