Radius.elliptical constructor Null safety

const Radius.elliptical(
  1. double x,
  2. double y
)

Implementation

const factory Radius.elliptical(
  double x,
  double y,
) = RadiusElliptical;