AbstractPoint constructor

AbstractPoint({
  1. String? name,
})

Implementation

AbstractPoint({this.name});