stringify static method
This static function can be used to write out a Size as a string that can be read by Size.parse.
go.Size.stringify(new go.Size(1, 2))
produces the string "1 2".
Implementation
static _i2.String stringify(_i3.Size val) => _i4.callMethod(
_declaredSize,
'stringify',
[val],
);