Copies the fields of o into this instance.
o
@override MaterialD setDart(MaterialD o) { shader.setDart(o.shader); maps = o.maps.map((x) => x.clone()).toList(); params = .from(o.params); return this; }