toList method

List toList()

Implementation

List<dynamic> toList() {
  return List.from(_list);
}