stringify static method

String stringify(
  1. Geometry val
)

This static function can be used to write out a Geometry as a string that can be read by Geometry.parse.

The string produced by this method is a superset of the SVG path string rules that contains some additional GoJS-specific tokens. See the Introduction page on Geometry Parsing for more details.

Implementation

static _i2.String stringify(_i3.Geometry val) => _i4.callMethod(
      _declaredGeometry,
      'stringify',
      [val],
    );