validate method
Implementation
@override
void validate(MeshSchema schema) {
for (final item in _childTagNames) {
// make sure there is an element that matches
schema.element(item);
}
}
@override
void validate(MeshSchema schema) {
for (final item in _childTagNames) {
// make sure there is an element that matches
schema.element(item);
}
}