asPoint property

  1. @Deprecated("use toPoint() instead")
Point get asPoint

Implementation

@Deprecated("use toPoint() instead")
Point get asPoint => Point(this.$1, this.$2);