defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "vectorPathCommand",
    "@is_json_scheme_class": true,
    "@return_type": "vectorPathCommand",
    "vector_path_command_line": {"@type": "vectorPathCommandLine"},
    "vector_path_command_cubic_bezier_curve": {"@type": "vectorPathCommandCubicBezierCurve"}
  };
}