toJSON method

List<num> toJSON()

Implementation

List<num> toJSON() {
  List<num> data = normal.toJSON();
  data.add(constant);

  return data;
}