fixed static method
Implementation
static GenerateSecretWords fixed({required int totalCount}) {
return GenerateSecretWords(
max_count: totalCount,
min_count: totalCount,
);
}
static GenerateSecretWords fixed({required int totalCount}) {
return GenerateSecretWords(
max_count: totalCount,
min_count: totalCount,
);
}