CurveTable constructor Null safety

CurveTable(
  1. List<List<num>> keys
)

curve table object

Implementation

CurveTable(this.keys);