Curve2DSample constructor Null safety
Creates an object that holds a sample; used with Curve2D subclasses.
All arguments must not be null.
Implementation
const Curve2DSample(this.t, this.value) : assert(t != null), assert(value != null);
Creates an object that holds a sample; used with Curve2D subclasses.
All arguments must not be null.
const Curve2DSample(this.t, this.value) : assert(t != null), assert(value != null);