close method

PathSegment close()

Closes the path after this PathSegment @return {PathSegment} returns this PathSegment.

Implementation

_i3.PathSegment close() => _i4.callMethod(
      this,
      'close',
      [],
    );