fromList method

dynamic fromList (Object pars)

pars - the parameters of the shape. Can be anything. For Gauss-Lorentz, e.g. a List (see there)

Implementation

fromList(Object pars) {
  shapeParameters = pars;
}