RoundablePoint constructor

RoundablePoint({
  1. required Location location,
  2. required String name,
})

Implementation

RoundablePoint({
  required this.location,
  required this.name,
});