FlippedCurve constructor Null safety
- Curve curve
Creates a flipped curve.
The curve argument must not be null.
Implementation
const FlippedCurve(this.curve) : assert(curve != null);
Creates a flipped curve.
The curve argument must not be null.
const FlippedCurve(this.curve) : assert(curve != null);