add method

void add(
  1. Material material
)

Implementation

void add(Material material){
  children.add(material);
}