close method

  1. @override
void close()
override

Add a close to the path

Implementation

@override
void close() {
  _result.write('Z ');
}