GroupMaterial([List<Material>? children]) : super() { this.children = children ?? []; type = "GroupMaterial"; }