VectorPathCommandLine constructor

VectorPathCommandLine({
  1. String? extra,
  2. int? client_id,
  3. Point? end_point,
})

Implementation

VectorPathCommandLine({
  super.extra,
  super.client_id,
  this.end_point,
});