SecretGeneratorQuery constructor
SecretGeneratorQuery({
- SecretGeneratorTypeQuery? typeQuery,
Implementation
factory SecretGeneratorQuery({
SecretGeneratorTypeQuery? typeQuery,
}) {
final result = create();
if (typeQuery != null) result.typeQuery = typeQuery;
return result;
}