Vector1D constructor

Vector1D(
  1. {required double x,
  2. Space? space}
)

Implementation

Vector1D({
  required this.x,
  this.space,
});