TokenParser constructor
TokenParser([
- List<
String> sets = const [], - List<
TokenTheme> themes = const []
Creates a new TokenParser instance.
Implementation
TokenParser([
this.sets = const [],
this.themes = const [],
]);