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