TokenParser constructor

TokenParser([
  1. List<String> sets = const [],
  2. List<TokenTheme> themes = const []
])

Creates a new TokenParser instance.

Implementation

TokenParser([
  this.sets = const [],
  this.themes = const [],
]);