Generator constructor

Generator(
  1. List<TokenTheme> themes
)

Creates a new Generator instance.

Implementation

Generator(this.themes);