DeclarationIncludes constructor
DeclarationIncludes(
- Messages _messages,
- List<
StyleSheet> styleSheets
Implementation
DeclarationIncludes(this._messages, List<StyleSheet> styleSheets) {
for (var styleSheet in styleSheets) {
visitTree(styleSheet);
}
}