toList method

List<List<num>> toList()

Implementation

List<List<num>> toList() {
  return planes.map((e) => e.toList()).toList();
}