GeometryShape constructor Null safety

GeometryShape(
  1. Point<num> center
)

Implementation

GeometryShape(this.center);