visit method
Visit the given object
.
Implementation
@override
void visit(APISchemaObject object) {
object.description = description;
}
Visit the given object
.
@override
void visit(APISchemaObject object) {
object.description = description;
}