empty static method

VectorPathCommand empty()
override

create VectorPathCommand Empty

Implementation

static VectorPathCommand empty() {
  return VectorPathCommand({});
}