RadiusElliptical constructor Null safety

const RadiusElliptical(
  1. double x,
  2. double y
)

Implementation

const factory RadiusElliptical(final double x, final double y) =
    _$RadiusElliptical;