EmblemIconsGenerator constructor

EmblemIconsGenerator(
  1. EmblemType _emblemType,
  2. int _iconsCount
)

Implementation

EmblemIconsGenerator(this._emblemType, this._iconsCount) {
  _seed = SeedGenerator.generate();
}