toCustomPoint method

  1. @Deprecated('Prefer `toPoint()`. ' "This method has been renamed as a result of CustomPoint's removal. " 'This method is deprecated since v6.')
Point<double> toCustomPoint()

Implementation

@Deprecated(
  'Prefer `toPoint()`. '
  "This method has been renamed as a result of CustomPoint's removal. "
  'This method is deprecated since v6.',
)
Point<double> toCustomPoint() => toPoint();