result property
Gets the result of the visitor's processing
Implementation
@override
List<ClassDefinition> get result => List.unmodifiable(_classes);
Gets the result of the visitor's processing
@override
List<ClassDefinition> get result => List.unmodifiable(_classes);