vectorPathCommandLine property

VectorPathCommandLine? vectorPathCommandLine

A straight line to a given point

Implementation

VectorPathCommandLine? get vectorPathCommandLine {
  if (this is VectorPathCommandLine) {
    return this as VectorPathCommandLine;
  }
  return null;
}