SvgMoveTo constructor

const SvgMoveTo(
  1. double x,
  2. double y
)

Implementation

const SvgMoveTo(this.x, this.y);