List<double> get domain => List.unmodifiable(_domain);
set domain(List<double> value) => _domain = List.from(value);