defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "vectorPathCommandLine",
    "@return_type": "vectorPathCommand",
    "end_point": {"@type": "point"}
  };
}