toText method

String toText()

Implementation

String toText() {
  return '(${points.map((e) => e.toText()).join(',')})';
}