Expression(List<Term> terms, double constant)

Creates a new linear Expression using the given terms and constant.

Source

Expression(this.terms, this.constant);