asPoint2f property

  1. @Deprecated("use toPoint2f() instead")
Point2f get asPoint2f

Implementation

@Deprecated("use toPoint2f() instead")
Point2f get asPoint2f => Point2f(this.$1, this.$2);