toText method

String toText()

Implementation

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