CurveTable constructor

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

CurveTable constructor

Implementation

CurveTable(this.keys);