toJSON method

List<List<num>> toJSON()

Implementation

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