TokenTheme constructor

TokenTheme(
  1. String name,
  2. List<String> sets
)

Implementation

TokenTheme(this.name, this.sets);